dmadisetti / AirLatex.vim

Overleaf / ShareLatex in Vim
MIT License
15 stars 0 forks source link

Implement Fenwick Tree #17

Open dmadisetti opened 1 year ago

dmadisetti commented 1 year ago

Get fenwick tree working to match the naive accumulator API:

https://github.com/dmadisetti/AirLatex.vim/blob/master/rplugin/python3/airlatex/lib/range.py

Not sure how much of a difference this optimization will have, but in theory, is the better data structure.