jellyfin/Jellyfin.Server
Bond_009 1ea2b200c0 JsonSerializer deserialize from bytes where possible
This is faster and uses way less memory
```
BenchmarkDotNet=v0.12.1, OS=fedora 32
Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores
.NET Core SDK=5.0.100
  [Host]     : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT
  DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT

| Method |     Mean |   Error |  StdDev |   Gen 0 | Gen 1 | Gen 2 | Allocated |
|------- |---------:|--------:|--------:|--------:|------:|------:|----------:|
|  Bytes | 158.4 us | 2.56 us | 2.14 us | 16.8457 |     - |     - |  52.08 KB |
| String | 172.8 us | 0.78 us | 0.70 us | 41.5039 |     - |     - | 127.82 KB |
| Custom | 155.5 us | 2.95 us | 2.76 us | 10.0098 |     - |     - |  31.27 KB |
```
2021-01-12 15:28:02 +01:00
..
Configuration Move CorsPolicyProvider to Jellyfin.Server.Configuration 2020-09-05 13:02:53 -06:00
Extensions Updated JsonDefaults 2020-12-15 19:39:41 +00:00
Filters Fix openapi file schema 2020-12-10 19:05:49 -07:00
Formatters Fix nullability errors in Jellyfin.Server 2020-11-13 09:03:44 -07:00
Middleware Use a more descriptive middleware name 2020-12-11 07:17:06 -07:00
Migrations JsonSerializer deserialize from bytes where possible 2021-01-12 15:28:02 +01:00
Properties Update to net5 2020-11-13 10:57:34 -07:00
Resources/Configuration Increase min log level to 'Warning' framework namespaces 2020-03-03 00:36:54 +01:00
wwwroot/api-docs replace swagger logo 2020-09-03 21:39:50 -06:00
CoreAppHost.cs Remove circular dependency between websocket listeners and manager 2020-11-28 11:21:53 +01:00
Jellyfin.Server.csproj Bump prometheus-net.AspNetCore from 4.0.0 to 4.1.1 2020-12-31 06:45:10 +00:00
Program.cs Encoding fix for System Logs. (#4564) 2020-12-30 18:31:26 +01:00
Startup.cs Add support back for /emby and /mediabrowser routes 2020-12-10 08:17:02 -07:00
StartupOptions.cs Removed browser auto-load functionality from the server. 2020-09-16 13:22:04 -04:00