mariuszkochanowski
mariuszkochanowski
- removed the duplicate switch statements - improved performance by removing call switch statement on every serialization/deserialization operation I used https://github.com/leo-gan/GLD.SerializerBenchmark to measure performance: performance improvement (under condition Jil.Options are...
Do you support dynamic configuration as i described in: https://github.com/ligershark/WebOptimizer/pull/76 ??
Changes allows to override default serialization alghoritm with libraries like protobuf-net or ZeroFormatter that are faster than BinaryFormatter. It's simple: ExtensibilityPoint.CreateSerializer = ()=> { return mplementation of ISerialization interface. }