Posts from 2009/03
Updated the b_pool!
March 20, 2009 00:00
I've updated the bpool again! This one has got some new features such as string functions (not yet complete) and a new bresize function, which basically acts the same as realloc, except that if you are resizing the last block created on the pool, it will resize it without freeing. This makes it a ...
Read postGIS data for topography and shorelines and more
March 20, 2009 00:00
I've found a site recently that provides data for free on the world's shorelines and topography. They have got other datasets too that aren't as complete, but would probably be of interest to those of you who wish to do research on it. For m...
Read postRequesting Code Review
March 11, 2009 00:00
So I've been working on a memory pool lately as a hobby project, and I've come across some things that I haven't found a solution that would satisfy my gut yet. But, after reading this:
I started to realize that since I'm already o...
Read postA resource pool implementation
March 10, 2009 00:00
After some interesting discussion with a friend, I've decided to try my hand at coding a resource pool like Apache's APR pools. I'm gonna call my pool b_pool, which stands for bunny pool.
Its not going to be a copy of APR pools however, it will just by my idea of what a pool should be like. It will...
Read post