Skip to content

ANSII C library for memory management, pooling, stack, tokenizing, and tree operations (complete - migrated into MOTEL project)

Notifications You must be signed in to change notification settings

autopulous/smart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smart

ANSII C library for memory management, pooling, stack, tokenizing, and tree operations

This is a collection of source code components written in ANSI C that provide basic memory allocation, memory pooling, tokenization, stack, and balanced "red-black" tree operations.

The Red-Black tree implementation (John Leonard Hart IV's algorithm) is unique in that it efficiently self-balances and supports multiple very efficient operations for navigating between nodes in the tree (see: smart.tree.i.h).

Retirement notice:

The functions in this library have been absorbed and advanced within the MOTEL (Model-Object Tuple-Expression Language) project which can be accessed:

https://github.com/autopulous/motel-object-tuple-expression-language

About

ANSII C library for memory management, pooling, stack, tokenizing, and tree operations (complete - migrated into MOTEL project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages