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
/
sync
/
at
main
8 files
karitham
fix process_new func
5mo ago
d4de39c1
car.go
sync: add car import for large repos to process dedup faster
5 months ago
logutil.go
code quality: rename things
6 months ago
progress.go
refactor: sync package
6 months ago
publish.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
publish_test.go
fix process_new func
5 months ago
record.go
fix process_new func
5 months ago
record_test.go
optimize allocations
6 months ago
sync_test.go
fix process_new func
5 months ago