Dadido3 / D3hex

The first dataflow based Hex-Editor!
http://D3nexus.de/projects/d3hex
GNU General Public License v3.0
52 stars 7 forks source link

Make history node more efficient #7

Open Dadido3 opened 7 years ago

Dadido3 commented 7 years ago

Precalculate some sort of tree or list. Anything should be better than iterating through all changes, even though it works fast enough below 20000 history operations.