Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » Key/Value store disk-based caching solution (What would fit in well with U++?)
Key/Value store disk-based caching solution [message #52343] Wed, 11 September 2019 07:24 Go to previous message
jjacksonRIAB is currently offline  jjacksonRIAB
Messages: 219
Registered: June 2011
Experienced Member
I've already looked at lmdb and people have written wrappers for it in C++ but I'd rather have something that fits in better with how U++ works. As far as I can tell it uses a btree and COW with memory mapped files. I think it would be nice, and probably not a lot of work, to write a U++ style wrapper for it unless there are other options. I have an example discord client I'm working on to learn more about U++ and I'd like to be able to cache data like images, Values, etc because it becomes very expensive/slow to grab that data off the Internet each and every time. It would also be nice to have it mmapped so that I don't have to generate copies of that data and can reference it directly.

What would you recommend?
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Drawing ellipse with Painter with 2 foci
Next Topic: Future of C++
Goto Forum:
  


Current Time: Thu Mar 28 13:10:35 CET 2024

Total time taken to generate the page: 0.01024 seconds