5
lorentz
2y

I keep forgetting what a massive pain in the ass it is to use dynamic libraries in anything other than C. I'm genuinely contemplating defining a serialization-based API and talking to plugins with a blob->blob function pair.

Comments
  • 0
    @atheist protobuf is compressed so very slow to write. I don't need to copy my buffers so size doesn't matter as much as serialization and deserialization speed
  • 1
    Perhaps https://capnproto.org/ might be what your are looking for?
  • 3
    Life's easier when you're not afraid of malloc
  • 0
    The fucking interner is compiled into the crate, and called inline a million times in every little function with a generic method, how the fuck am I gonna hair this apart!?
Add Comment