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

If possible make simple as possible versions of algorithms in separate units #2

Open
TommiPrami opened this issue Jan 13, 2020 · 2 comments

Comments

@TommiPrami
Copy link

Now quite complex structure of library makes bit hard to use single algorithm if needed.

I understand that this would be lot of extra work, but now using Own types and pretty complex class structure etc makes it hard to learn the algorithm and/or use it (Separate from whole library).

Please considers this.

You've got killer algorithms that I think nobody else has made public Delphi version of. But now if company does not allow using whole library, extracting it out is pretty hard. Tried for some algorithm but was not too sure that did I do it even remotely right and did I extract lot of code not needed, and did I extract code that should have.

-Tee-

@luxidea
Copy link
Member

luxidea commented Feb 4, 2020

Thank you.
We're working to reduce unit dependencies, but I don't know how to organize them, so I'm working and fixing them over time.
This repository exists to manage the library, and the usage of each function is explained in the demo repository.

@TommiPrami
Copy link
Author

I know that library is way to go, in big picture but overkill for some users. So if possible to add library independent minimal implementation of some algorithms that would be cool.

Totally up to you tough.

-tee-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants