Skip to content

Generic code thru template hell #119

@crazymonkyyy

Description

@crazymonkyyy

"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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions