Markus Zimmermann

Results 96 comments of Markus Zimmermann

I do not think that this is need for a release

I do not think that this is need for a release

@tirithen: Maybe we should open a new issue for your question, but do you mean PatchMake?

You can for example do that like this: ```go diffs := dmp.DiffMain(text1, text2, true) patches := dmp.PatchMake(text1, diffs) patchText := dmp.PatchToText(patches) patchesFromText, _ := dmp.PatchFromText(patchText) text2FromPatches, _ := dmp.PatchApply(patchesFromText, text1)...

Yeah, I will partly fix this with #53. Would you be interested in helping me out with the examples? I only have so much time to work on OSS so...

No, but it looks promising. I am a little lost when it comes to Windows but IMHO go-diff must only compile and pass the tests on other OSs. I did...

EDIT: I have enough rights, appveyor.com is configured to accept CI tasks.

It is true that the code code be optimized a lot, woud you like to work on that? I can reproduce your profile with your example. However, if i set...

You can find out which architecture you are on using `go env`. I would suggest to first add more benchmarks. We already have some basic benchmarks but it is sometimes...

I ran into this problem. @nguyenchiencong could you make a pull request so this issue gets fixed? The only way I know how to fix it right know is to...