I'm currently using bloom2 in a performance sensitive area and serde is not a good fit. Would you mind if I expose the fields via getters, swap out Vec for Bytes, and add some functions to the builders to accept some pre-defined fields? I'll leave the existing serde functionality in-place and make sure it still works as expected
I'm currently using bloom2 in a performance sensitive area and serde is not a good fit. Would you mind if I expose the fields via getters, swap out
Vec
forBytes
, and add some functions to the builders to accept some pre-defined fields? I'll leave the existingserde
functionality in-place and make sure it still works as expected