Added deadlines to all algorithms (#18)
This adds a deadline to all algorithms which lets one bail in a fixed amount of time to avoid pathological cases.
This commit is contained in:
parent
99386e8106
commit
74e2805a95
11 changed files with 412 additions and 57 deletions
|
|
@ -6,6 +6,8 @@ All notable changes to similar are documented here.
|
|||
|
||||
* Performance improvements for the LCS algorithm.
|
||||
* Small performance improvments by adding an early opt-out for and inline highlighting.
|
||||
* Added deadlines to all diffing algorithms to bail early.
|
||||
* Deprecated slice diffing methods in the individual algorithm modules.
|
||||
|
||||
## 1.2.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue