Top "In-memory" questions

In-memory processing in computer science is a technology for processing of data stored in random-access memory (RAM) or flash memory.

In-memory Java DB

Are there any DBs for Java that can be run in an embedded mode with some tables being stored in-memory …

database in-memory in-memory-database javadb
Saving in-memory H2 database to disk

How can I save/load full embedded h2 in-memory database to some file or directory in binary mode for faster …

load save h2 embedded-database in-memory
How to create an in-memory object that can be used as a Reader, Writer, or Seek in Rust?

I need a completely in-memory object that I can give to BufReader and BufWriter. Something like Python's StringIO. I want …

rust in-memory
In-memory table in PostgreSQL

How can I create an in-memory table in PostgreSQL?

database postgresql in-memory
In-memory DBMS's for unit testing

I am looking for satisfactory options for unit testing my .NET DAL classes; since they're DAL classes, they access the …

.net data-access-layer embedded-database in-memory
Is it possible to generate and return a ZIP file with App Engine?

I have a small project that would be perfect for Google App Engine. Implementing it hinges on the ability to …

python google-app-engine zip in-memory
C++ in-memory Key-Value stores

I'm looking for suggestions regarding in-memory key-value store engines or libraries, that have C++ interfaces or that are written in …

c++ key-value in-memory
How to directly perform write.csv in R into tar.gz format?

I have a big data.frame that I want to write into a compressed CSV file. Is there any way …

r csv gzip tar in-memory
How to iterate through an in-memory zip file in Ruby

I am writing a unit test, and one of them is returning a zip file and I want to check …

ruby zip in-memory rack-test
Size of memory allocated to a SQLite in-memory database

If a create a in-memory sqlite database using syntax below, then what is the size of maximum memory allocated to …

database sqlite size in-memory