Skip to content

Instantly share code, notes, and snippets.

View dhasson's full-sized avatar

David Hasson dhasson

View GitHub Profile
@joshlk
joshlk / or_tools_SimpleMinCostFlow_cython_benchmark.ipynb
Created April 27, 2018 16:05
Benchmark of Google's or-tools and a prototype cython interface
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@juancarlospaco
juancarlospaco / Cython_CheatSheet.md
Last active March 19, 2025 21:44
Cython Cheatsheet

Python 3 to Cython CheatSheet

Python 3.7+ to Cython CheatSheet by examples as simple as posible, because I cant find a Cython Cheatsheet on Internet. It start with simple stuff and continues towards more complex ones, is compatible with PXD that allows to left the *.py untouched. All values and variable names are example values.

Integers