
31 Dec
2008
31 Dec
'08
5:53 p.m.
Denis Gabaidulin wrote:
On Wed, Dec 31, 2008 at 19:41, Robert Ramey
wrote: Thank u vĂ…ry much.
In regard to const char * type, i use it just a stupid c-strings, caz i need maximum performance. p.s. In my app keys are immutable.
Then why are you storing them in a file? That's the red flag.
My app is something like memcached daemon, but with addiotional commands flush/load for dumping current state to persistent storage(disk).
Since you're concerned about performance, why are you storing immutable data? Robert Ramey