Wednesday, October 1, 2014

Memory – Part 6: Optimizing the FIFO and Stack allocators

The most used custom allocators at Intersec are the FIFO and the Stack allocators, detailed in a previous article. The stack allocator is extremely convenient, thanks to the t_scope macro, and the FIFO is well fitted to some of our use cases, such as inter-process communication. It is thus important for these allocators to be optimized extensively.



from dzone.com: latest front page http://www.dzone.com/links/r/memory_part_6_optimizing_the_fifo_and_stack_alloc.html

No comments:

Post a Comment