Skip to content

jojo59516/traceable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traceable

A improved cloudwu's tracedoc implementation.

Improvement

  • traceable 对象的 __index 是一个 table 而不是 function,索引效率更高;
  • 同时,#nextpairsipairsunpack 等操作的操作也更直接和高效;
  • commit 的同时应用 mapping 而无需顺序执行两者;
  • 同时,commit 不再需要真的生成差异集,亦无需执行字符串拼接(..)操作;
  • 该项目带有基于 busted 的单元测试;

特别感谢 recih 的改进版本

Releases

No releases published

Packages

 
 
 

Languages