Instead of allocating memory for each single object, this library allocates memory for a bunch of objects. The memory can be released or reused, if all objects of the bunch have been released.
- reduces time spent in malloc
- may waste memory
Release Version | Release Notes |
---|---|
RELEASENOTES |
Requirement | Release Version | Description |
---|---|---|
objc-compat | π Glue for Objective-C code to support different Foundations | |
mulle-core | π Almagamated library of mulle-core + mulle-concurrent + mulle-c |
Use mulle-sde to add mulle-bunchobjects to your project:
mulle-sde add github:MulleFoundation/mulle-bunchobjects
Use mulle-sde to build and install mulle-bunchobjects and all dependencies:
mulle-sde install --prefix /usr/local \
https://github.com/MulleFoundation/mulle-bunchobjects/archive/latest.tar.gz
Install the requirements:
Requirements | Description |
---|---|
objc-compat | π Glue for Objective-C code to support different Foundations |
mulle-core | π Almagamated library of mulle-core + mulle-concurrent + mulle-c |
Download the latest tar or zip archive and unpack it.
Install mulle-bunchobjects into /usr/local
with cmake:
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr/local \
-DCMAKE_PREFIX_PATH=/usr/local \
-DCMAKE_BUILD_TYPE=Release &&
cmake --build build --config Release &&
cmake --install build --config Release
Nat! for Mulle kybernetiK