MARF Caching Strategy without using RAM #3167
gregorycoppola
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
In the
stacks-hyperchains
repo, we are going to implement a MARF strategy that is optimized for the "no fork case" (hirosystems/stacks-subnets#6).We are planning to use a sqlite-backed database that is:
Caching Strategy
Aside from or in addition to caching more of the MARF in RAM (#3014, #3088), we can try using this new database-based solution as a caching level.
Strategy:
The viability of this strategy would depend on the empirical distribution of:
The collection of data might suggests speed ups from this strategy.
Beta Was this translation helpful? Give feedback.
All reactions