buffer-alloc
Buffer allocator
Provides an alternative implementation of the Buffer.alloc function
A ponyfill for Buffer.alloc
12 stars
3 watching
4 forks
Language: JavaScript
last commit: about 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
linusu/buffer-alloc-unsafe | A ponyfill for Buffer.allocUnsafe to provide backwards compatibility and safety features. | 14 |
linusu/buffer-from | A ponyfill for Buffer.from that allows cross-browser compatibility and provides a simple way to create buffers from arrays, TypedArrays, or strings. | 23 |
node-dot-cpp/alloc-test | Cross-platform benchmarking for memory allocators | 44 |
spaskalev/buddy_alloc | A simple buddy memory allocator suitable for applications requiring predictable allocation and deallocation behavior. | 149 |
thi-ng/tinyalloc | Memory allocation library for small, linear memory spaces | 778 |
ccareaga/heap_allocator | A simple heap memory allocator implemented in C | 873 |
microsoft/snmalloc | An optimized memory allocator with support for concurrent allocations and efficient batch deallocations. | 1,576 |
bufferapp/buffer-ruby | A Ruby wrapper for the Buffer API | 56 |
feross/buffer | Provides an API identical to Node.js Buffer for the browser | 1,802 |
timdaub/preact-nominal-allocator | A UI component for adding and removing nominal values | 1 |
mjansson/rpmalloc | A high-performance memory allocator designed to be cross-platform and thread-safe. | 2,164 |
foonathan/memory | A C++ library providing a new, flexible memory allocation system | 1,497 |
emeryberger/hoard | An efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines. | 1,106 |
grapheneos/hardened_malloc | A memory allocator designed to provide hardening against heap corruption vulnerabilities and improve overall performance. | 1,299 |
mtrebi/memory-allocators | Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 1,755 |