U++ framework
Do not panic. Ask here before giving up.

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: 227
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: Fri May 01 10:19:27 GMT+2 2026

Total time taken to generate the page: 0.00605 seconds