Skip to content

πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ mulle-bunchobjects efficently allocate instances

License

Notifications You must be signed in to change notification settings

MulleFoundation/mulle-bunchobjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

mulle-bunchobjects

πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ mulle-bunchobjects efficently allocate instances

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
Mulle kybernetiK tag Build Status RELEASENOTES

Requirements

Requirement Release Version Description
objc-compat Mulle kybernetiK tag Build Status πŸ”— Glue for Objective-C code to support different Foundations
mulle-core Mulle kybernetiK tag Build Status πŸŒ‹ Almagamated library of mulle-core + mulle-concurrent + mulle-c

You are here

Overview

Add

Use mulle-sde to add mulle-bunchobjects to your project:

mulle-sde add github:MulleFoundation/mulle-bunchobjects

Install

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

Legacy Installation

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

Author

Nat! for Mulle kybernetiK

About

πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ mulle-bunchobjects efficently allocate instances

Resources

License

Stars

Watchers

Forks