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