https://github.com/abilian/cythonplus-sandbox
Various experiments around the Cython+ project
https://github.com/abilian/cythonplus-sandbox
cython cython-plus python
Last synced: about 1 year ago
JSON representation
Various experiments around the Cython+ project
- Host: GitHub
- URL: https://github.com/abilian/cythonplus-sandbox
- Owner: abilian
- Created: 2020-12-10T08:56:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T07:49:57.000Z (about 4 years ago)
- Last Synced: 2025-06-10T17:15:40.425Z (about 1 year ago)
- Topics: cython, cython-plus, python
- Language: Cython
- Homepage:
- Size: 2.72 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cythonplus-sandbox
This repository contains code related to Cython+ usage, at different maturity levels.
- `advanced_containers/`
Experiment of a "any scaler" container implementation.
- `benchmark_httpd_plus/`
Scripts used for benchmarking the httpd-plus server.
- `exemples/`
Experiments, the results are intended to be moved over time to more structured
folders.
- `snippets/`
A proposal, both as organization and content, for a collection of code snippets.
The target is about ~50 code samples, making it possible to understand the main
aspects of development with cython+ and serving
as examples of good practice. This could simplify the writing of documentation.