Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ High-performance data processing and serialization libraries.
- [polars](https://github.com/pola-rs/polars) - DataFrame library with a Pandas-like API.
- [pydantic-core](https://github.com/pydantic/pydantic-core) - Core validation logic for Pydantic v2.
- [rustworkx](https://github.com/Qiskit/rustworkx) - High-performance Python graph library implemented in Rust.
- [streamxl](https://github.com/Mullassery/StreamXL) - Streaming XLSX reader for Python powered by a Rust engine (PyO3 + quick-xml). Reads large Excel files row-by-row without loading the full file into memory; 4–5× faster than openpyxl. By Georgi Mullassery.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain consistency with the other entries in this list, please remove the author's name ("By Georgi Mullassery.") from the description. None of the other listed projects include author attribution in their descriptions.

Suggested change
- [streamxl](https://github.com/Mullassery/StreamXL) - Streaming XLSX reader for Python powered by a Rust engine (PyO3 + quick-xml). Reads large Excel files row-by-row without loading the full file into memory; 4–5× faster than openpyxl. By Georgi Mullassery.
- [streamxl](https://github.com/Mullassery/StreamXL) - Streaming XLSX reader for Python powered by a Rust engine (PyO3 + quick-xml). Reads large Excel files row-by-row without loading the full file into memory; 4–5× faster than openpyxl.

- [yaml-rs](https://github.com/lava-sh/yaml-rs) - High-performance YAML v1.2 parser.

## Development Tools
Expand Down