etaler / Etaler

A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
BSD 3-Clause "New" or "Revised" License
89 stars 14 forks source link

New serealization system #143

Open marty1885 opened 4 years ago

marty1885 commented 4 years ago

I'm going to admit. The serialization code Etaler uses stinks. The types are a mess and so do the syntax. First of all, cereal is mediocre but not optimal

An the current code that handles serializing/de-serializing just smells... See the horrible code. So the aim of this issue is to

  1. See if we can replace cereal
  2. Refactor the serialization code so it don't stink

This properly will cause newer version of Etaler not able to read old save files. But meh..