Commits
- Commit:
f8830bf5190eb924e2293bf85a8cb24c83480379
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add .gitignore
- Commit:
fea98436c6369b71675b7095582541e85badb847
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
silence a warning (misleading indentation)
- Commit:
903947a29f50a9398009e743b1b17a6b349541a9
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
forgot to add ini_r.c
- Commit:
9d2eb8f8b610e4c920b0c463618df5452e4641c6
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add minip_b, ini_b (boolean return value variant)
- Commit:
e46cabf4dabf47bee184092e4cdb372e9076f3ca
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add ini_j (json output variant)
- Commit:
6fdc24670880d6e8e15741e7a8b212b9474d6b6d
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
remove use of implicit sequences in MANY, OPT
- Commit:
d632b3b70d9b6e226557e450243d0efd5e39105a
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
negative memoization fixes
- Commit:
e10003ea19a486f1c252b5d5a9aec9e5ca8d683e
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
disable benchmark loop
- Commit:
50279efb83a585f87ec0e9529cae4e4ddd519cd6
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add some special characters to section title
- Commit:
3ec4a81bdd81899ccab1606de9a343b576c775f1
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
factor lookup(), store(), and grow() out of memo()
- Commit:
bebd7c2cb6957b68f5a5f2a124e95766dda2018c
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
abstract struct memento from type/content of its fields
- Commit:
f9ce7ebaa6ef436f492408aa23d1ae1b6778e4c4
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
compare symbol by pointer rather than string
- Commit:
da6b9ad4417ba3206815244901e97e80fb5a46ff
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
adjust documentation
- Commit:
495a6e54da5bacc0cc7de703543c5ff65abfc44f
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add _n (negmem) variant as copy of _m
- Commit:
6bc16f3a37132ac01dc7e6c95b3397b27f78a02d
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
avoid (most) extraneous actions in ini_m by correct combination of TRY()/MEMO()
- Commit:
e87d574af64d966722eae0a1d0edd18a36cb651b
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
remove extraneous TRY()
- Commit:
ea5a61bfbe25779b1a51c76f6274262251c4da85
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
oops, hash inp.p with the proper size
- Commit:
6cf0b638631b1dc09719d468e537fc3a98cac8c3
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
clean up profiling output and hide it behind -DPROFGROW
- Commit:
ba81fd47b2fc845a3b5e53e3203c9e67bca8fef7
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
always rebuild the hash table on grow, no realloc
- Commit:
2bac640ef0b48e6ad7a239c30efd1f40dea37caf
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add memoizing version, first prototype
- Commit:
f2567d1f9b90fabbcc831652cc67e265c96659bc
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
don't compile -g by default
- Commit:
8dab20bec093b9ebb1159fe517af9b5436a36b49
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
grep ini_a test output a bit
- Commit:
7495cbc87c06eccd9895057c82ede40112254b6b
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
cosmetics
- Commit:
e3cbf911592479fbaa8b6f9edaf54328d9cee629
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add TRY() to avoid premature execution of ACTION
- Commit:
c64af147da5a26f0586e7d201175c5f9864ab478
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
comment wording