Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE Without C Modules #4

Open
tajmone opened this issue Mar 24, 2020 · 1 comment
Open

IDE Without C Modules #4

tajmone opened this issue Mar 24, 2020 · 1 comment
Labels
⚙️ PB IDE PureBasic IDE ⭐ Myers Diff Topic: Myers' Diff Algorithm 👅 C Lang: C

Comments

@tajmone
Copy link
Owner

tajmone commented Mar 24, 2020

Now that @kenmo-pb has implemented the Myers' diff algorithm in PureBasic (in pb-diff-implementation branch), in order to get rid of libmba C dependency, we could attempt to create an alternative build system for Windows that doesn't require any C components (Linux and macOS still need some other C dependencies).

It might also be worth setting up some benchmarking to compare performance between the PB implementation and the original libmba version. So this is going to take some time and require planning, but it definitely should be worth it.

Links

@tajmone tajmone added ⚙️ PB IDE PureBasic IDE 👅 C Lang: C ⭐ Myers Diff Topic: Myers' Diff Algorithm labels Mar 24, 2020
@tajmone
Copy link
Owner Author

tajmone commented Mar 24, 2020

@kenmo-pb, I would like to create an independent repository for your Myer's Diff PB implementation, which is going to be useful in other projects too — i.e., unless you want to create it yourself, in which case I'll just fork it.

This would allow to provide easier benchmarking and testing, in isolation from the IDE. We could also include the libmba C version for comparing performance.

Would it be OK with you to release it under MIT license? The current dual license GPL + Fantasie license wouldn't fit most projects' needs.

Even if you license the algorithm under MIT, you can still contribute it to the IDE repo under the GPL + Fantasie license, since you're the author. But I think that you could also keep that single under MIT without conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ PB IDE PureBasic IDE ⭐ Myers Diff Topic: Myers' Diff Algorithm 👅 C Lang: C
Projects
None yet
Development

No branches or pull requests

1 participant