Best design for a memory resident tool
- by Andrew S.
I apologize if this tends more toward design that programming, but here goes.
What design would you recommend for a database that is
Memory resident
Must run on windows, linux and (at a stretch) the mac
Accept multiple queries simultaneously
Have minimum overhead, since a search is expected to take <0.25s
This program implements a…