in reply to Perl memory limit - Windows64 strawberry perl
A "simple" DB like SQLite probably suits your purpose better than a huge in-memory hash table.
SQLite is actually very sophisticated in how it works.
If you could explain the application in more detail, I am sure that a less memory intensive, and higher performance implementation can be provided.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl memory limit - Windows64 strawberry perl
by eyepopslikeamosquito (Archbishop) on Mar 20, 2021 at 06:52 UTC | |
by Marshall (Canon) on Mar 21, 2021 at 23:34 UTC | |
by eyepopslikeamosquito (Archbishop) on Mar 22, 2021 at 04:57 UTC |