teaspoon

Crates.ioteaspoon
lib.rsteaspoon
version0.1.0
sourcesrc
created_at2024-09-23 07:47:12.490374
updated_at2024-09-23 07:47:12.490374
descriptionAn allocator for when all you have is a teaspoon of memory
homepage
repositoryhttps://github.com/andreacorbellini/teaspoon
max_upload_size
id1383648
size98,349
Andrea Corbellini (andreacorbellini)

documentation

README

Teaspoon: an allocator for when all you have is a teaspoon of memory.

Crate Documentation License

Teaspoon is a lightweight memory allocator designed for minimal overhead. It's meant to be used in situations where you have very limited memory available, or when you want to allocate objects on the stack.

Teaspoon is optimized for low memory overhead first, and performance second.

Check out the documentation for usage and examples.

Features

  • Small memory overhead: starting at 4 bytes per allocated object
  • Compatible with no_std environments
  • Support for the nightly Allocator API
Commit count: 1

cargo fmt