updates
2 changed files+3−1
README.mdmodified+2−0View file
@@ -3,3 +3,5 @@
33 Illustration of the Asymmetric Numeral Systems algorithm. [Duda et al., 2015](https://ieeexplore.ieee.org/abstract/document/7170048).
44
55 [View the live visualizer](https://magland.github.io/ans-visualizer/)
6+
7+[simple_ans: A simple and efficient Python implementation of ANS](https://github.com/flatironinstitute/simple_ans)
src/explanation.mdmodified+1−1View file
@@ -135,4 +135,4 @@ The second source of loss is more difficult to predict but can be examined empir
135135
136136 [Source code for the ANS Visualizer](https://github.com/magland/ans-visualizer)
137137
138-[Simple and efficient Python implementation of ANS](https://github.com/flatironinstitute/simple_ans)
138+[simple_ans: A simple and efficient Python implementation of ANS](https://github.com/flatironinstitute/simple_ans)