hstr/src
xaizek 4e4fb4618b
Don't use regexp to check for timestamp
It's very slow and its use is unjustified for such a simple pattern.

On a big history file this change reduced startup time from ~111ms to
~60, that is almost halved it.
2018-04-29 15:11:07 +03:00
..
include Adding verbose option for kill last command #251. 2018-02-21 08:40:14 +01:00
hashset.c Adding change log and fixing copyright/license source code headers. 2015-09-02 21:24:13 +02:00
hstr.c Fix Ctrl-R when prompt is at the bottom 2018-04-29 15:11:07 +03:00
hstr_blacklist.c Adding change log and fixing copyright/license source code headers. 2015-09-02 21:24:13 +02:00
hstr_curses.c No delay for escape key 2018-04-29 15:11:07 +03:00
hstr_favorites.c Fixed #195 memory leak by free() reuse. 2016-11-11 21:47:49 +01:00
hstr_history.c Don't use regexp to check for timestamp 2018-04-29 15:11:07 +03:00
hstr_regexp.c Adding change log and fixing copyright/license source code headers. 2015-09-02 21:24:13 +02:00
hstr_utils.c Fixing bug #186 and thus finishing Win10 support + fixing fprint() compilation warnings. 2017-06-05 06:38:58 +02:00
Makefile.am Merge branch 'master' of https://github.com/jlec/hstr into jlec-master 2015-09-17 06:53:04 +02:00
radixsort.c Adding change log and fixing copyright/license source code headers. 2015-09-02 21:24:13 +02:00