dgrnbrg / piplin

Compile Clojure to FPGAs
piplin.org
93 stars 10 forks source link

Struct types use maps during simulation #7

Closed dgrnbrg closed 12 years ago

dgrnbrg commented 12 years ago

Initially, struct types will always serialize/deserialize, but that should be switchable. They should also be usable as map or even records within the simulation.

dgrnbrg commented 12 years ago

They actually use maps during simulation now. Records could be investigated in the future if profiling identifies it as a target.