You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kapacity is a lightweight, zero-allocation Kotlin Multiplatform library designed to make handling data sizes safe and intuitive. It provides strongly-typed extensions for both Metric (base-10) and Binary (base-2) standards, complete with safe math operators, byte array extensions, and easy string formatting.
A Java API to chop up larger data blobs into smaller "chunks" of a pre-defined size, and stitch the chunks back together to restore the original data when needed.