Metadata-Version: 2.4
Name: isage-memory-benchmark
Version: 0.1.0.0
Summary: Memory system benchmarking placeholder for the SAGE ecosystem
Author-email: IntelliStream Team <shuhao_zhang@hust.edu.cn>
License-Expression: MIT
Project-URL: Homepage, https://github.com/intellistream/sage-memory-benchmark
Project-URL: Documentation, https://github.com/intellistream/sage-memory-benchmark#readme
Project-URL: Repository, https://github.com/intellistream/sage-memory-benchmark
Project-URL: Issues, https://github.com/intellistream/sage-memory-benchmark/issues
Keywords: sage,benchmark,memory,evaluation,intellistream
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: isage-common
Requires-Dist: isage-kernel
Requires-Dist: isage-libs
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: ruff==0.14.6; extra == "dev"
Requires-Dist: pre-commit>=3.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Dynamic: license-file

# SAGE Memory Benchmark

This repository is a placeholder for memory system benchmarks in the SAGE ecosystem.

## Install

```bash
pip install isage-memory-benchmark
```

## Repository

- GitHub: https://github.com/intellistream/sage-memory-benchmark
