Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

crates.io : dense-heap

This code defines a custom allocator called `DHeap` (Dense Heap) and a smart pointer called `DBox` (Dense Box). The `DHeap` is responsible for managing memory allocation, while the `DBox` provides a way to access and manage the data stored in the `DHeap`. The main advantage of using this custom allocator is that it minimizes memory fragmentation by densely packing the allocated memory. The code also includes test cases to demonstrate the functionality of `DHeap` and `DBox`.

Registry - Documentation - JSON
purl: pkg:cargo/dense-heap
Keywords: memory, heap, dbox, dheap, dense
License: MIT,Apache-2.0
Latest release: about 1 year ago
First release: about 1 year ago
Downloads: 835 total
Last synced: 16 days ago

    Loading...
    Readme
    Loading...