libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

removal of `hashtable`s and everything based on `hashbase` from tools.h

Open Duskhorn opened this issue 1 year ago • 2 comments

Attempt to close Issue #257 Remade from #258

Duskhorn avatar Mar 01 '23 17:03 Duskhorn

Right now I just have 3 hashtables left.

  1. hashtable<vec, int> share; in animmodel.h:144
  2. hashtable<ivec, int> verthash(1<<11); in obj.cpp:75
  3. static hashtable<cfkey, cfpolys> cpolys; in octacube.cpp:718

For the first two, we either go the std::hash route or we reimplement them. For the thrid one, I'm not sure

Duskhorn avatar Mar 03 '23 15:03 Duskhorn

sooo what do we do about this?

Duskhorn avatar Nov 11 '23 10:11 Duskhorn