lights FAQ Forum github.com/luapower/terra.fixedfreelist
This package
terra.fixedfreelist

Terra Standard Libraries
terra.low
terra.arrayview
terra.dynarray
terra.hashmap
terra.phf
terra.linkedlist
terra.fixedfreelist
terra.arrayfreelist
terra.lrucache
terra.bitarray
terra.utf8
terra.random

terra.fixedfreelist

Fixed-capacity freelist for Terra


--[[

	Fixed-capacity freelist for Terra.
	Written by Cosmin Apreutesei. Public Domain.

	Provides O(1) dynamic allocation and freeing for a fixed number of
	fixed-size elements. This is actually a mempool but with a freelist API.

]]

See the source code for more info.


Package:terra.fixedfreelist
Pkg type:Terra
Version: fbc90d0
Last commit:
Author: Cosmin Apreutesei
License: Public Domain

Requires: terra.low  glue  luajit  pp 

Required by: terra.tr  terra.layer 


Top