Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String/Vector and other STL containers implemented using flashee #7

Open
m-mcgowan opened this issue Aug 14, 2014 · 1 comment
Open

Comments

@m-mcgowan
Copy link
Owner

See https://community.spark.io/t/flashee-eeprom-library-eeprom-storage-in-external-flash/5241/77

@m-mcgowan
Copy link
Owner Author

pros:

  • access to much more memory than available as RAM, potentially gigabytes. (Although for this to scale without using lots of RAM, the sector size may need to be increased (into clusters) to reduce mapping table size.)
  • persistence built-in
  • familiar API - String/Vector/Map etc.. are well-documented.

cons:

  • degraded performance - most of these devices are not as fast as RAM, plus the overhead of delegating to a backing store

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant