thesecretmaster / predis-v0

Like redis, but parallel and written from scratch for fun!
GNU General Public License v3.0
1 stars 0 forks source link

Allow types to have memory pools #13

Open thesecretmaster opened 5 years ago

thesecretmaster commented 5 years ago

It would be interesting if certain types (i.e. int) could use a pool of memory to avoid a call to malloc each time. No idea about implementation, but could be neat.