ZIm/crates/zlog
Ben Kunkle ffa736e566
zlog: Implement better scope map (#27408)
Another step towards having `zlog` as the default logging solution in
Zed.
The new ScopeMap replaces the previous HashMap based implementation used
for scope lookups to:

A. Reduce complexity
B. Increase speed at which non-enabled logs can be filtered out
C. Provide more granular control over how scopes are determined to be
enabled/disabled,
   and what caching/other speed increase opportunities are available

Release Notes:

- N/A
2025-03-25 03:05:32 +00:00
..
src zlog: Implement better scope map (#27408) 2025-03-25 03:05:32 +00:00
Cargo.toml zlog: Init (#27273) 2025-03-21 20:08:03 +00:00
LICENSE-GPL zlog: Init (#27273) 2025-03-21 20:08:03 +00:00