Fengyun Liu
Fengyun Liu
I prefer to add the feature to the search box at the top. What do you think? 2013/1/11 Ari Maniatis [email protected] > Yes, that would be a good feature to...
It seems _macros_ and _shadowing_ are two dark areas of incremental compilation. I think wontfix is an acceptable solution, as (1) the problem is not frequent; (2) programmers may always...
Sorry for the late response @kwasimensah . I just checked the history, it seems @krzysiek1507 made it deterministic in #52. Indeed, the docs needs to be updated about this.
Thanks @grey-stripe , it looks great 👍 Sorry I somehow missed the PR notification. You mentioned we it could be simpler by breaking the default behavior. I think I'm now...
Maybe you can try `diff_array_lcs` https://github.com/liufengyun/hashdiff/blob/master/lib/hashdiff/diff.rb#L179
That probably means there are bugs in the implementation. Unfortunately, I don't have time budge to work on it. If you are interested in digging deeper and make a PR,...
I think it's possible to achieve that. It will be much appreciated if someone can give a hand on this.
> This does it: > > ```ruby > Hashdiff.diff(%w[a b c], %w[a b d], use_lcs: false) > ``` This is a workaround. I'm wondering if it is possible to make...
> Does LCS algorithm have a strict specification? I don't think it has. The tests + implementation are the de facto spec. In this case, the algorithm performs better, it...
Thanks a lot for reporting the issue @nbarrientos . The memory behavior is to some extent interpretable, as `17000 * 17000 * 4.0 / 1024 / 1024 / 1024 =...