ByteSize

Byte size calculator

A utility class for representing byte sizes in code with clear and unambiguous values

ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.

GitHub

562 stars
16 watching
50 forks
Language: C#
last commit: almost 2 years ago
Linked from 2 awesome lists

bytesdotnet

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
dmitriyvtitov/sizeCalculates the memory consumption of an object at runtime in a programming language139
thomaslevesque/humanbytesConverts byte sizes to human-readable forms32
edcharbeneau/blazorsizeA JavaScript interop library that allows Razor Components to detect browser size changes and test media queries at runtime.341
sindresorhus/gzip-size-cliA command-line tool to calculate the compressed size of files or input data188
haskell/binaryEfficient serialisation of values to and from lazy ByteStrings in Haskell.109
okeuday/erlang_termAn Erlang library providing in-memory size information for various term types without considering storage locations.33
dweiss/java-sizeofA tool that estimates memory consumption based on object size and other factors120
rvagg/node-duA simple Node.js implementation of the du command to display disk usage in bytes.29
juancarlospaco/nim-bytes2humanConverts integer bytes to human-readable units of measurement12
visionmedia/bytes.jsUtility to convert between human-readable byte units and numerical bytes values462
intel/tinycborA C library for serializing and deserializing binary objects in a compact format507
sirthias/borerProvides efficient serialization and deserialization capabilities for binary data formats226
40ants/humanize-durationA library that provides a human-readable representation of time durations.9
liuyubobobo/swift-nsdate-tutorialA tutorial on how to use Swift's date and time classes, covering various aspects such as formatting, components, comparisons, and calculations.8
sharkdp/diskusA minimal and fast command-line tool for calculating the size of directories.1,033