giewev / Classy

MIT License
1 stars 0 forks source link

Get rid of some of the dynamic allocation #4

Closed giewev closed 7 years ago

giewev commented 8 years ago

Some things are pointers that just... don't need to be. I'm not sure how I was writing java++ code when C++ was my first language, but you know what they say: The worst programmer in the world is always yourself 6 months ago.

giewev commented 7 years ago

Ended up being able to remove all of it, along with iterative search. That will need to be added back in, but it seemed to be both leaning on dynamic allocation and broken. So that's gonna have to be a new feature.