quininer

Results 189 comments of quininer

@rkuhn To support `RawValue`, we need a way for `Deserializer` to identify the `RawValue` type. but since serde does not allow passing `&dyn Any`, the type must be identified by...

I already use it in production anyway. :)

see https://github.com/quininer/cbor4ii/issues/36 :)

@Havunen Counterintuitively, it is not easy to make PHF faster than HashMap, because PHF needs to have a more complex dispace strategy. The biggest advantage of PHF is that PHF...

@Havunen Yes, I compared multiple hash algorithms. see https://github.com/quininer/precomputed-map/blob/63fe3fb6259f49bcdec351c69af224e368ac4881/demo/src/main.rs#L45

Sorry, due to work, I don't have energy to maintain more API at the moment. You can maintain it in your own project.

No, CBOR doesn't support this; it's just like JSON but in binary format. If we are to support this, it would look better to use an external string pool and...

I don't reject this, but it would be a break change. would you can to add another method that returns `io::Result`? like `io_result(self) -> io::Result`

Of course, you can consider a better name.