Hhjklinhjkl11.hashnode.dev·Mar 23, 2025 · 4 min readThe Voss-McCartney algorithm in Rust langThe implementation to the Voss McCartney algorithm to generating Pink Noise is shown here. At first, I haven’t really understood it because it was quite vague. I went searching for answers in forums, and I had to piece together bits of knowledge to g...00
Hhjklinhjkl11.hashnode.dev·Oct 31, 2024 · 5 min readPerformance Analysis of JSON, Buffer / Custom Binary Protocol, Protobuf, and MessagePack for WebsocketsThis article examines and compares data serialization and deserialization methods / formats: JSON, Buffers (custom binary protocol), Protobuf, and MessagePack, and offers guidance on how to implement them. (Performance benchmark at the end) JSON This...00