Closed maxkfranz closed 9 years ago
This may not actually give us any speed improvements https://docs.google.com/spreadsheet/ccc?key=0Avnke0Xj5rgddDRaaUJZRkNLM0tiVURUc0JiWF9lOVE&hl=en#gid=4
What may be more worthwhile is including performance tests in our unit tests for
This may be worthwhile eventually, since the pool of elements becomes slow for add and remove operations when the number of elements becomes large: Adding 100,000 elements to the graph can take about 6-7 seconds.
Browser support for databases is still spotty, and now with WebSQL being dropped, it doesn't look like this will be possible without something like this https://github.com/kripken/sql.js
Not practical for synchronous operations; closing
Benefits
Options
TaffyDB is probably the best option, but we'd have to test to see if it works for objects as values. Otherwise, we'll need multiple tables.