readable | festival | |
---|---|---|
1 | 6 | |
13 | 279 | |
- | - | |
8.8 | 9.5 | |
8 months ago | 9 months ago | |
Rust | Rust | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
readable
festival
-
Announcing readable 0.10.0 - stack allocated human-readable strings
and others are used extensively in Festival, a music player I made.
- Festival is a music player for local album collections
-
Festival v1.0.0 - A local music player
is processed in around 2 seconds flat. That's around 257GB of audio data and images processed and displayed in the UI in 2 seconds. I made some charts and comparisons here: https://github.com/hinto-janai/festival/tree/main/comparison.
-
Festival v1.0.0 - A music player
I took some "interesting" decisions like foregoing a database and just using plain struct's, Box<[T]>, and other std types to represent all the (meta)data internally. This came with a lot of pros/cons and eventually lead me down the rabbit-hole of doubly-linked structures, raw pointers, and self-referential structs (please Polonius make it happen). I ended up settling with indices to refer to data cheaply.
What are some alternatives?
compact_str - A memory efficient string type that can store up to 24* bytes on the stack
hifi.rs - a high resolution Qobuz streamer built in Rust
string-interner - A data structure to efficiently intern, cache and restore strings.
servicer - A CLI to simplify service management on systemd
decancer - A library that removes common unicode confusables/homoglyphs from strings.
daemonize - Library for writing system daemons
imstr - Immutable strings, in Rust.
rescrobbled - MPRIS music scrobbler daemon
flexstr - A flexible, simple to use, immutable, clone-efficient String replacement for Rust
libtor - Bundle and run Tor inside your own project
hrtime - A thin Rust library which converts seconds into a string of colon-separated time or vice versa.
WinPlayer-Node - Now it works! Multimedia Controller bindings for Windows and Node.js