alpha
Login
or
Join now
karitham.dev
/
lazuli
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
like malachite (atproto-lastfm-importer) but in go and bluer
go
spotify
tealfm
lastfm
atproto
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
lazuli
/
cache
/
at
main
4 files
karitham
refactor: storage layer for concurrent read-only access
5mo ago
a438862a
bbolt.go
refactor: storage layer for concurrent read-only access - Replace global storage instance with local initialization in CLI commands - Implement read-only mode using bbolt.Options{ReadOnly: true} - Ensure deterministic resource cleanup with defer Close() in all actions - Fix cursor early exit bug in BoltStorage iteration logic - Optimize memory allocations in batch record processing - Add comprehensive table-driven tests for storage and publishing This refactor allows CLI status commands to run concurrently with the main sync process by opening the database in read-only mode.
5 months ago
cache.go
initial commit
6 months ago
cache_test.go
refactor: storage layer for concurrent read-only access - Replace global storage instance with local initialization in CLI commands - Implement read-only mode using bbolt.Options{ReadOnly: true} - Ensure deterministic resource cleanup with defer Close() in all actions - Fix cursor early exit bug in BoltStorage iteration logic - Optimize memory allocations in batch record processing - Add comprehensive table-driven tests for storage and publishing This refactor allows CLI status commands to run concurrently with the main sync process by opening the database in read-only mode.
5 months ago
storage.go
refactor: storage layer for concurrent read-only access - Replace global storage instance with local initialization in CLI commands - Implement read-only mode using bbolt.Options{ReadOnly: true} - Ensure deterministic resource cleanup with defer Close() in all actions - Fix cursor early exit bug in BoltStorage iteration logic - Optimize memory allocations in batch record processing - Add comprehensive table-driven tests for storage and publishing This refactor allows CLI status commands to run concurrently with the main sync process by opening the database in read-only mode.
5 months ago