(no title)
felipetrz | 2 years ago
Even accessing objects from the shared memory would cause the reference counter to increment and the data would be copied, causing a memory usage explosion.
felipetrz | 2 years ago
Even accessing objects from the shared memory would cause the reference counter to increment and the data would be copied, causing a memory usage explosion.
coldtea|2 years ago
In Python yes. In Java you could take advantage of shared memory and get spared the overhead of SQLite.