Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c4897fa
fix: prevent unbounded SSTable growth with size-tiered compaction
ElioNeto Apr 17, 2026
dd63ffc
chore: ignore aider files and remove example batch data file
ElioNeto Apr 17, 2026
810251b
fix: resolve compilation errors in config, error, and engine modules
ElioNeto Apr 17, 2026
0d6205f
chore: remove project documentation, configuration files, and build a…
ElioNeto Apr 17, 2026
cd892db
ci: refactor PR validation workflow to use parallel jobs and add secu…
ElioNeto Apr 17, 2026
8f49803
fix: prevent unbounded sstable growth via compaction loop
ElioNeto Apr 17, 2026
1210da6
</think>
ElioNeto Apr 17, 2026
83e0729
fix: avoid cloning SstableReader in compaction
ElioNeto Apr 17, 2026
152294d
</think>
ElioNeto Apr 17, 2026
ed5384a
refactor: apply consistent line breaks to compaction configuration an…
ElioNeto Apr 17, 2026
587de33
refactor: replace contains_key + insert with entry().or_insert
ElioNeto Apr 18, 2026
63e7767
fix(tests): keep TempDir alive in engine tests
ElioNeto Apr 18, 2026
0223272
fix(clippy): use entry API instead of contains_key + insert in compact()
ElioNeto Apr 18, 2026
aefbd35
fix(benches): migrate LsmConfig struct literals to builder pattern
ElioNeto Apr 18, 2026
9dab8d6
fix(benches): migrate read_bench LsmConfig struct literals to builder…
ElioNeto Apr 18, 2026
74914dc
fix(benches): migrate stress_bench and mixed_bench LsmConfig to build…
ElioNeto Apr 18, 2026
11d0499
Merge branch 'feature/issue105' of https://github.com/ElioNeto/ApexSt…
ElioNeto Apr 18, 2026
059e319
style: reformat loop declaration in stress_bench.rs for improved read…
ElioNeto Apr 18, 2026
424d1ac
fix: migrate utils.rs to builder pattern and patch CVE deps (bytes, l…
ElioNeto Apr 18, 2026
510f3ca
chore: add missing newline at end of file in PR validation workflow
ElioNeto Apr 18, 2026
a444f3b
src/core/engine.rs
ElioNeto Apr 18, 2026
cf0f300
feat: reformat engine.rs to adhere to linting standards
ElioNeto Apr 18, 2026
67f8c12
The diffs show the full replacement of the original source tree with …
ElioNeto Apr 18, 2026
1ab25eb
style: reorder imports for consistent organization
ElioNeto Apr 18, 2026
090a223
src/core/engine.rs
ElioNeto Apr 18, 2026
f000d87
src/storage/builder.rs
ElioNeto Apr 18, 2026
9e8cff2
src/storage/builder.rs
ElioNeto Apr 18, 2026
e833c77
style: reformat imports and partition point for consistent style
ElioNeto Apr 18, 2026
5cc933b
fix: resolve module conflicts and missing infra/log_record imports, e…
ElioNeto Apr 18, 2026
5a3bed3
style: reorder imports in block.rs
ElioNeto Apr 18, 2026
ff4ebbc
chore: update dependency lockfile
ElioNeto Apr 18, 2026
86cddda
refactor: implement LSM engine core with memtables, compaction, and g…
ElioNeto Apr 18, 2026
aecb15b
refactor: rename LsmEngine to Engine, add Result-based API, and intro…
ElioNeto Apr 18, 2026
883192d
refactor: update TUI display logic and engine statistics handling to …
ElioNeto Apr 18, 2026
9f2295a
refactor: apply consistent code formatting and reorder module declara…
ElioNeto Apr 18, 2026
7be6cc6
refactor: update engine mutability in benchmarks, optimize error hand…
ElioNeto Apr 18, 2026
f8955d6
refactor: replace HashMap with BTreeMap for ordered storage and imple…
ElioNeto Apr 18, 2026
294bfff
style: apply consistent code formatting and clean up imports across c…
ElioNeto Apr 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 0 additions & 165 deletions .claude/CLAUDE.md

This file was deleted.

45 changes: 0 additions & 45 deletions .claude/commands/add-endpoint.md

This file was deleted.

25 changes: 0 additions & 25 deletions .claude/commands/bench.md

This file was deleted.

42 changes: 0 additions & 42 deletions .claude/commands/debug-performance.md

This file was deleted.

24 changes: 0 additions & 24 deletions .claude/commands/debug.md

This file was deleted.

34 changes: 0 additions & 34 deletions .claude/commands/doc.md

This file was deleted.

37 changes: 0 additions & 37 deletions .claude/commands/explain-architecture.md

This file was deleted.

Loading
Loading