Skip to content

graforlock/diffing-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Super basic draft of the attempt of porting Myers algorithm along with pre-optimizations.

Instead of using virtual DOM, the diffing is done on real DOM trees.

It has rough edges/bugs that need polishing, structuring, refactoring, and adapting to a given implementation(s).

TODO:

  • Put diff methods to the separate module file (extract)
  • Make algorithm pluggable for any native DOM patch(er) you compose it with
  • Turn the current patcher in an optional (example) dependency

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published