custom-allocator

There are 17 repositories under custom-allocator topic.

  • mtrebi/memory-allocators

    Custom memory allocators in C++ to improve the performance of dynamic memory allocation

    Language:C++1.7k6722158
  • biojppm/rapidyaml

    Rapid YAML - a library to parse and emit YAML, and do it fast.

    Language:C++5681425896
  • crazybie/linear_ac

    Speed up the memory allocation and improve the garbage collection performance.

    Language:Go542212
  • Kashio/A5

    C++ Custom memory allocators

    Language:C++50112
  • pavlosdais/Memory-Allocators

    A set of custom memory allocators

    Language:C23100
  • SkyEng1neering/dalloc

    This is the custom implementation of function malloc for embedded systems, that defragmentate memory after using it. Good solution when you need to allocate memory dynamically, but memory fragmentation is the problem.

    Language:C16112
  • omidshahbazi/GameEngine

    An experimental game-engine

    Language:C++1241205
  • a-p-jo/allocator

    Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator"

    Language:C11112
  • VladimirBalun/Allocators

    🎓 Implementation different basic allocators for manual memory management in C language. You can use it like a library for your goals.

    Language:C7201
  • SkyEng1neering/ustring

    This is the magic implementation of dynamic string. Based on dalloc allocator, that solves memory fragmentation problem. So you can use it in your embedded project and not to be afraid of program crash by reason of memory fragmentation.

    Language:C++5100
  • alinaiil/ITMO-programming-1course

    Programming, IS ITMO, 1st and 2nd semester (C, C++)

    Language:C++2100
  • ArtDu/OOP

    Object-oriented programming

    Language:C++2101
  • SkyEng1neering/uvector

    This is the magic implementation of dynamic array. Based on dalloc allocator, that solves memory fragmentation problem. So you can use it in your embedded project and not to be afraid of program crash by reason of memory fragmentation.

    Language:C++2100
  • Sopiro/Salloc

    Collection of specialized memory allocators

    Language:C++1100
  • SkyEng1neering/constchar_tuple

    This is the container for char strings. Based on dalloc allocator, that solves memory fragmentation problem. So you can use it in your embedded project and not to be afraid of program crash by reason of memory fragmentation.

    Language:C++0100
  • ardaku/one_alloc

    A custom allocator that allows a singular allocation of a specific size known ahead of time.

    Language:Rust10
  • madsmtm/linear-malloc

    An ultra simple single-threaded linear allocator

    Language:Rust30