Releases: ReagentX/Logria
Releases · ReagentX/Logria
Release list
0.5.0
- Optimizations
- Cache filter/search regex
- Cache ANSI color regex
- Use binary search for highlight detection
- Remove unnecessary poll rate mutex
- Move corner rendering out of command box loop
- Fix underflow crash when deleting chars from the 0th position
- Defer several allocations until necessary
- Miscellaneous
- Bump deps
- Build with latest
rustc
0.4.3
0.4.2
0.4.1
0.4.0
- Refactor Processor functionality
- Fix #130 by implementing
reset()onProcessorMethodstrait - Refactor
Dateprocessor- Cache format string for faster updates
- Compute
determine_rate()lazily instead of onupdate()
- Refactor Counter processor
- Use single state
HashMap - Remove almost all string clones
- Calculate order only on render
- Use single state
- Fix #130 by implementing
- Add progress indicator to long
process_matches()jobs - Remove
format_numcrate- Replace crate with with simple native functions
- Reduces CPU usage from ≈30% for a 1ms/message stream to ≈4%
- The
format_numcrate compiles a regex on every format call, taking up > 90% of app runtime:
- Replace crate with with simple native functions
0.3.2
0.3.1
0.3.0
- Replace regex filter with highlight search to implement #29
- Highlight search activates with
/- Enter a regex to highlight matches
- Page Up and Page Down scroll to the previous and next match, respectively
- Prior regex filter behavior can be accessed with
r
- Highlight search activates with

