diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-07-26 20:59:45 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-07-26 20:59:45 -0700 |
| commit | f23b9bc6375797d03dee54a31fcaa634f8376975 (patch) | |
| tree | 624128655eeb20d68098e8c772d9d3ac77f1ee1e /match.h | |
| parent | d7030709801cde01739850a85f156d181554f520 (diff) | |
Introduced cache to greatly speed up many use cases
Diffstat (limited to 'match.h')
| -rw-r--r-- | match.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ void recycle_if_unused(match_t **at_m); size_t free_all_matches(void); size_t recycle_all_matches(void); #endif +void cache_destroy(void); #endif // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 |
