Utils Library
Introduction
Standard Ranklist Utils is a utility library providing common srk data processing functions. It is available for JavaScript/TypeScript, Python, and Go.
Packages
| Language | Registry | Package |
|---|---|---|
| JavaScript / TypeScript | npm | @algoux/standard-ranklist-utils |
| Python | PyPI | algoux-standard-ranklist-utils |
| Go | Go modules | github.com/algoux/standard-ranklist-utils/go |
Repository: algoux/standard-ranklist-utils
Key Features
- Sorting computation — Compute rankings based on sorter configuration
- Data processing — Common srk data transformation and processing tools
- Utility functions — Time conversion, result evaluation, and other helper functions
Use Cases
- Convert raw submission data into srk format for ecosystem integration, helping build your own applications and services
- Batch process and analyze srk data
- Bidirectionally convert between srk and time-series submission records to build high-performance, incrementally-updated ranklist models
Usage
Refer to the package pages and project repository for installation and API documentation.