Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 297 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 297 Bytes

ulttb.py

A fast implementation of the Largest-Triangle-Three-Buckets (LTTB) downsampling algorithm. Python module written in pure C. It is based on lttb-py and is over 12 and up to 25 times faster than the pure Python implementation.