Join Nostr
2025-02-26 15:22:07 GMT

Dyne.org on Nostr: ⚡️ fastalloc32.c ⚡️ Our latest creation is a custom memory manager in C, ...

⚡️ fastalloc32.c ⚡️

Our latest creation is a custom memory manager in C, optimized for speed, safety & privacy. It provides custom implementations of malloc(), free(), and realloc() functions to be used in place of the standard C library memory allocation functions, with the addition of a re-entrant pointer to the memory manager, created and destroyed after use.

The primary use case for ⚡️fastalloc32.c⚡️ is within Zenroom.org, a small virtual machine (VM) designed for cryptographic operations where Lua is embedded. Zenroom's main target is WebAssembly (WASM), which we extensively use to simplify end-to-end encryption.

🔗 https://github.com/dyne/fastalloc32



#fastalloc32 #Zenroom #WASM #Encryption #MemoryManagement