datavis-tech / topologica

Minimal library for reactive dataflow programming. Based on topological sort.
MIT License
50 stars 1 forks source link

Use objects internally #27

Closed curran closed 6 years ago

curran commented 6 years ago

As properties must be strings anyway, since they are converted to objects, it may be a safe bet to use objects internally rather than Set and Map.