Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

  • @Nereuxofficial
    link
    4
    edit-2
    1 month ago

    A general purpose memory allocator although this is really much a work in progress i think there are some good opportunities for otimization in a memory allocator for rust.

    For example Rust gives you the size of memory region to free, which means the allocator does not have to track that.