https://github.com/fridex/eheapq
An extension to standard Python's heapq for high performance applications
https://github.com/fridex/eheapq
cpython cpython-extensions heapq high-performance performance performance-optimization python python-extension python3
Last synced: 4 months ago
JSON representation
An extension to standard Python's heapq for high performance applications
- Host: GitHub
- URL: https://github.com/fridex/eheapq
- Owner: fridex
- License: gpl-3.0
- Created: 2020-02-13T16:48:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T16:48:54.000Z (over 5 years ago)
- Last Synced: 2025-01-16T10:17:00.158Z (5 months ago)
- Topics: cpython, cpython-extensions, heapq, high-performance, performance, performance-optimization, python, python-extension, python3
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# template-project
This is a Template for any Python based project, it contains what Project Thoth and the AI CoE need:
1. GitHub defaults and Templates for issues
2. configuration for Coala and Black (code formating)
3. basic configuration for Zuul
4. configuration for Thoth (stage environment, Red Hat VPN only)
5. if you are writing a Python module, Kebechet could manage releases of your packages for you
6. if credentials are provided, Python module releases could be published to PyPIDependencies should be managed using `pipenv` (`Pipfile`, and the `Pipfile.lock` could be created by `thamos advise`), `pip3` and a `requirements.txt` files could be used.