add more incremental computation graph

This commit is contained in:
Zhe Wang
2023-01-15 14:22:47 +00:00
parent fcb78875db
commit 0d571bb46a
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -177,6 +177,9 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a
- [Man MDF](https://github.com/man-group/mdf) | `Python` | - Data-flow programming toolkit for Python
- [Tributary](https://github.com/timkpaine/tributary) | `Python` | - Streaming reactive and dataflow graphs in Python
- [Hamilton](https://github.com/stitchfix/hamilton) | `Python` | - A scalable general purpose micro-framework for defining dataflows. You can use it to build dataframes, numpy matrices, python objects, ML models, etc. Embed Hamilton anywhere python runs, e.g. spark, airflow, jupyter, fastapi, python scripts, etc.
- [loman](https://github.com/janushendersonassetallocation/loman) | `Python` | - Loman is a Python library designed to allow quantitative researchers to control complex live updating calculation processes
- [Anchors - C++](https://github.com/oluwatimilehin/anchors) | `C++` | - C++ library for incremental computing
- [Anchors - Rust](https://github.com/lord/anchors) | `Rust` | - self adjusting computations in rust
### Alternative libraries
+2 -1
View File
@@ -1,4 +1,5 @@
{% extends "base.html" %} {% block disqus %}
{% extends "base.html" %}
{% block disqus %}
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9801985319378542"
crossorigin="anonymous"></script>
{% endblock %}