Changeset 1869 for trunk/src/kmk


Ignore:
Timestamp:
Oct 16, 2008, 7:05:04 AM (17 years ago)
Author:
bird
Message:

kmk: untested version of strcache2, lacking rehash. This is a string allocation cache similar to the one found in strcache, except that all the hashing and hashtable code is inlined and tuned. It further allows the user to have as many instances as he wishes as well as associating a value (pointer) with each entry.

Location:
trunk/src/kmk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/Makefile.am

    r1863 r1869  
    4949                expreval.c \
    5050                incdep.c \
     51                strcache2.c \
    5152                kbuild.c \
    5253                electric.c \
  • trunk/src/kmk/Makefile.kmk

    r1863 r1869  
    183183        hash.c \
    184184        strcache.c \
     185        strcache2.c \
    185186        variable.c \
    186187        ar.c \
Note: See TracChangeset for help on using the changeset viewer.