From 0d571bb46a1e6c3e352ad36626bbd252e227fb56 Mon Sep 17 00:00:00 2001 From: Zhe Wang Date: Sun, 15 Jan 2023 14:22:47 +0000 Subject: [PATCH] add more incremental computation graph --- Readme.md | 3 +++ overrides/main.html | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index fc0d9e6..776d669 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/overrides/main.html b/overrides/main.html index 6a54a81..5456b73 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,4 +1,5 @@ -{% extends "base.html" %} {% block disqus %} +{% extends "base.html" %} +{% block disqus %} {% endblock %} \ No newline at end of file