lnx-search / datacake

Tooling for creating your own distributed systems.
MIT License
394 stars 21 forks source link

Move `rkyv` RPC support to use CRC32 checksums rather than checkbytes and use stack allocated scratch. #62

Closed ChillFish8 closed 1 year ago

ChillFish8 commented 1 year ago

This should improve the performance on smaller message payloads by cutting out lots of small allocations on the serializer side when messages require less than 1KB of scratch space.