My tags: domain: cython#
With this tag
- Cython quickstart: compile_and_load
- Browse and compile templates
- Build profiles: fast-debug, release, annotate
- Cache and restart reuse
- Pin/Alias: stable handles for cached builds
- Multi-module package builds (5 package examples)
- Multi-file builds: .pxi includes and external headers
- C++ mode basics: cppclass and libcpp containers
- Vector ops without NumPy: array(‘d’) + memoryviews
- Workflow templates (train / hpo / predict) + CLI entry template
- Cython: Realtime compile_and_load (.pyx)