Ten0 / serde_avro_fast

An idiomatic implementation of serde/avro (de)serialization
GNU Lesser General Public License v3.0
20 stars 4 forks source link

Allow `SerializerState`s and `Writer`s to own their `SerializerConfig`s #20

Closed Ten0 closed 3 months ago

Ten0 commented 4 months ago

Resolves #14

This makes them easier to manage (no need for self-referencing) when they are seldom instantiated but need to be moved around/stored...

Ten0 commented 3 months ago

The reason I haven't merged this yet is that it shows regressions in the benchmarks and at this point I'm still unsure whether that's just noise.

Ten0 commented 3 months ago

Ok so I've run more benchmarks so I'm convinced now that this is absolutely just noise.