]> mj.ucw.cz Git - libucw.git/history - lib/gbuf.h
Save cache misses by keeping a copy of the hash value next to the pointer.
[libucw.git] / lib / gbuf.h
2006-10-13 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-22 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2006-09-14 Martin MaresDefine the buffer type as both a typedef and a structure.
2006-01-16 Martin MaresCleaned up includes.
2005-09-15 Martin MaresSeveral tweaks to the growing buffers:
2005-08-29 Martin MaresEven better GBUF_TRACE -- the caller supplies his own...
2005-08-29 Martin MaresAdded optional debug messages on buffer growing.
2005-01-31 Martin MaresA minor optimization.
2005-01-28 Martin MaresDon't forget to undefine BUF_T.
2004-12-11 Martin MaresAdjust comments in UCW Library modules.
2004-07-06 Martin MaresNo need to test for NULL when reallocating.
2004-07-06 Martin MaresInclude <stdlib.h> to get free().
2004-06-28 Robert Spalekadded a simple source-code for resizable buffers, I...