Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

MulleFoundation/mulle-bunchobjects

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

64 Commits
64 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 AI Documentation
Mulle kybernetiK tag Build Status RELEASENOTES DeepWiki for mulle-bunchobjects

Requirements

Requirement Release Version Description
# no-bequeath is inherited voodoo - πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ mulle-bunchobjects efficently allocate instances
MulleObjC Mulle kybernetiK tag Build Status πŸ’Ž A collection of Objective-C root classes for mulle-objc
objc-compat Mulle kybernetiK tag Build Status πŸ”— Glue for Objective-C code to support different Foundations

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
# no-bequeath is inherited voodoo πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ mulle-bunchobjects efficently allocate instances
MulleObjC πŸ’Ž A collection of Objective-C root classes for mulle-objc
objc-compat πŸ”— Glue for Objective-C code to support different Foundations

Download the latest tar or zip archive and unpack it.

Install mulle-bunchobjects into /usr/local with cmake:

PREFIX_DIR="/usr/local"
cmake -B build                               \
      -DMULLE_SDK_PATH="${PREFIX_DIR}"       \
      -DCMAKE_INSTALL_PREFIX="${PREFIX_DIR}" \
      -DCMAKE_PREFIX_PATH="${PREFIX_DIR}"    \
      -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

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.