You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mleku
22cde96f3f
Remove `bufpool` references and unused imports, optimize memory operations.
...
- Removed `bufpool` usage throughout `tag`, `tags`, and `event` packages for memory efficiency.
- Replaced in-place buffer modifications with independent, deep-copied allocations to prevent unintended mutations.
- Added new `Clone` method for deep copying `event.E`.
- Ensured valid JSON emission for nil `Tags` in `event` marshaling.
- Introduced `cmd/stresstest` for relay stress-testing with detailed workload generation and query simulation.
4 months ago
..
bech32encoding
Migrate internal module imports to unified package path.
4 months ago
envelopes
Remove `bufpool` references and unused imports, optimize memory operations.
4 months ago
event
Remove `bufpool` references and unused imports, optimize memory operations.
4 months ago
filter
Migrate internal module imports to unified package path.
4 months ago
hex
initial addition of essential crypto, encoders, workflows and LLM instructions
5 months ago
ints
Refactor tag encoder to optimize buffer reuse, simplify tag marshaling, and improve event handling; enhance tests with additional coverage and example validation.
5 months ago
json
implement filter codec
5 months ago
kind
Migrate internal module imports to unified package path.
4 months ago
reason
Refactor database methods: simplify `SaveEvent` signature, enhance logging, and introduce deletion check logic with `CheckForDeleted`.
4 months ago
tag
Remove `bufpool` references and unused imports, optimize memory operations.
4 months ago
text
Remove `bufpool` references and unused imports, optimize memory operations.
4 months ago
timestamp
Migrate internal module imports to unified package path.
4 months ago
varint
Migrate package imports from `next.orly.dev` to new `orly` domain structure; add new `varint` and `binary` encoders with comprehensive tests; enhance existing tag and envelope implementations with additional methods, validations, and test coverage; introduce shared `test.sh` script for streamlined testing across modules.
4 months ago