Retoor software development Projects Research SearchXNG
Register Sign In

11 lines
172 B
Markdown
Raw Normal View History

chore: add initial CI pipeline with Gitea Actions, Makefile, and project scaffolding for loreg regex engine
2026-01-04 00:04:48 +01:00
# Changelog
## Version 0.1.0 - 2026-01-04
update c, h, md files
chore: rename project from loreg to lorex and add NFA optimization infrastructure - Rename all source files, headers, and build targets from loreg to lorex - Add match context struct with pre-allocated state sets for reuse across calls - Introduce optimization fields in nfa_t: literal prefix/suffix, first character bitmap, alternation dispatch table, anchor flags - Add benchmark target with -O3 -march=native in Makefile - Implement bracket_class_t bitmap cache for O(1) character class lookups - Update README with performance section detailing optimization techniques - Add coverage/ directory to .gitignore - Update CHANGELOG to reflect reduced line counts after rename
2026-01-04 01:58:43 +01:00
**Changes:** 25 files, 2474 lines
**Languages:** C (2333 lines), Markdown (97 lines), Other (44 lines)
Reference in New Issue Copy Permalink
794dca4e2b
lorex/CHANGELOG.md
Response time: 63ms
Mail Licenses API