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.
560 stars
16 watching
50 forks
Language: C#
last commit: about 2 months ago
Linked from 2 awesome lists
bytesdotnet
Related projects:
Repository | Description | Stars |
---|---|---|
dmitriyvtitov/size | Calculates the memory consumption of an object at runtime in a programming language | 138 |
thomaslevesque/humanbytes | Converts byte sizes to human-readable forms | 32 |
edcharbeneau/blazorsize | A JavaScript interop library that allows Razor Components to detect browser size changes and test media queries at runtime. | 337 |
sindresorhus/gzip-size-cli | A command-line tool to calculate the compressed size of files or input data | 188 |
haskell/binary | Efficient serialisation of values to and from lazy ByteStrings in Haskell. | 106 |
okeuday/erlang_term | An Erlang library providing in-memory size information for various term types without considering storage locations. | 33 |
dweiss/java-sizeof | A tool that estimates memory consumption based on object size and other factors | 120 |
rvagg/node-du | A simple Node.js implementation of the du command to display disk usage in bytes. | 29 |
juancarlospaco/nim-bytes2human | Converts integer bytes to human-readable units of measurement | 12 |
visionmedia/bytes.js | Utility to convert between human-readable byte units and numerical bytes values | 461 |
intel/tinycbor | A C library for serializing and deserializing binary objects in a compact format | 501 |
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 224 |
40ants/humanize-duration | A library that provides a human-readable representation of time durations. | 9 |
liuyubobobo/swift-nsdate-tutorial | A tutorial project providing comprehensive guidance on using Swift's date and time classes | 8 |
sharkdp/diskus | A minimal and fast command-line tool for calculating the size of directories. | 1,023 |