zeropool 0.7.0

A user-space byte allocator with size-class bucketing, lock-free shared pool, and thread-local caching
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[project]
name = "zeropool-scripts"
version = "0.1.0"
description = "Maintenance scripts for ZeroPool benchmarks and README charts"
readme = "README.md"
authors = [
    { name = "Botir Khaltaev", email = "ZLAC172@live.rhul.ac.uk" }
]
requires-python = ">=3.12"
dependencies = []

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"