Live data from Hacker News

Show HN: Pyinc – From-scratch consistency in native Python

github.com

1–2 of 2 posts

Re: Show HN: Pyinc – From-scratch consistency in native Python

#2
pyinc is, to my knowledge, the first pure-Python, stdlib-only implementation of a Salsa/Skyframe-style incremental query kernel with a documented from-scratch consistency contract. Prior Python incremental-computation work either targets narrow domains (TA indicators, ML experiment tracking) or depends on a platform (think Palantir Foundry); pyinc is a general-purpose kernel you can vendor into any project. v1.0.1 is now available on pypi!