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

Generic code thru template hell #119

Open
crazymonkyyy opened this issue Feb 13, 2025 · 0 comments
Open

Generic code thru template hell #119

crazymonkyyy opened this issue Feb 13, 2025 · 0 comments

Comments

@crazymonkyyy
Copy link

"data structures + algorithms = programs" N data structures x M algorithms means NxM possible programs from one magic liners; not all possible programs may correct or useful but getting a polynomial big O return on programmer time is rare.

For reasons I wont defend here in D this should involve templates and an iterator api that involves "front, popFront, empty"

Description

Read and understand the current state of phoboes.algorithms phoboes.containeers and odc.templatehell, identify problems seek to redress it.

Pick an api target(while all attempts should have the core 3 functions, there are fuzzier optional functions such as length) write code that compiles together.

Milestones

" X number of data structures implemented"
" X numbers of algorthims implemented/expanded api"
" X leet code problems solvable/improved"

Outcome

better generic code api

Skills

template wizardry

Getting started

God help you, upsteam doesnt care

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

1 participant