Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genpark-jemalloc-slab-arena-allocator-skill

GitHub Stars Standard Library Only Python 3.10+

jemalloc-style high concurrency slab allocator with multi-size classes, bitmap run tracking, arena partitioning, and dirty page decay management.

graph TD
    A[Agent Runtime / Execution Stack] --> B[genpark-jemalloc-slab-arena-allocator-skill]
    B --> C[Zero Dependency Engine]
    C --> D[Standard Library Primitives]
Loading

Features

  • Strict 0 Pip Dependencies: Built completely using the Python Standard Library.
  • Fast Execution & Verification: Includes client wrapper, MCP server, and verified test suites.
  • Agentic AI Ready: Exposes standard MCP tools for continuous LLM integration.

Installation & Quickstart

git clone https://github.com/Alpha-Park/genpark-jemalloc-slab-arena-allocator-skill.git
cd genpark-jemalloc-slab-arena-allocator-skill
python example_usage.py

About

jemalloc-style high concurrency slab allocator with multi-size classes, bitmap run tracking, arena partitioning, and dirty page decay management.

Topics

Resources

Stars

7 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages