Skip to content

Commit

Permalink
txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed May 27, 2020
1 parent de1f3b4 commit b50614e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

2020.05.26
+ add: optimization in unfolding code, so unfolding of ranges, which have lot of folded subranges, is ~20x faster
+ add: optimizations in unfolding code: change algo O(n**2) to O(n)
+ add: optimizations in "fold level / 2..3..4.." code: change O(n**2) to O(n)

2020.05.21
+ add: when unprinted symbols visible, paint additional curved-arrow for wrapped line parts
Expand Down

0 comments on commit b50614e

Please sign in to comment.