Remix.run Logo
thesz 3 days ago

I am professional database developer. We do not do what you are thinking we are doing. ;)

silotis 3 days ago | parent [-]

I was thinking less about the DB data itself and more about temporary allocations that have to be made per-request. The same is true for most server software. Even if arenas are used to reduce the number of allocations you're still doing a lot more memory management than a typical cryptographic benchmark.