https://github.com/haskell/bytestring
Last synced: about 1 month ago
Repository metadata:
An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
- Host: GitHub
- URL: https://github.com/haskell/bytestring
- Owner: haskell
- License: other
- Created: 2013-02-15T19:06:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T20:54:45.000Z (about 2 months ago)
- Last Synced: 2024-10-29T21:59:02.204Z (about 2 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/bytestring
- Size: 13.1 MB
- Stars: 291
- Watchers: 22
- Forks: 140
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Owner metadata:
- Name: Haskell
- Login: haskell
- Email:
- Kind: organization
- Description:
- Website: http://www.haskell.org/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/450574?v=4
- Repositories: 91
- Last Synced at: 2024-04-16T00:27:22.397Z
- Profile URL: https://github.com/haskell
- Sponsor URL:
Committers metadata
Last synced: about 2 months ago
Total Commits: 1,651
Total Committers: 132
Avg Commits per committer: 12.508
Development Distribution Score (DDS): 0.621
Commits in past year: 37
Committers in past year: 9
Avg Commits per committer in past year: 4.111
Development Distribution Score (DDS) in past year: 0.405
Name | Commits | |
---|---|---|
Don Stewart | d****s@c****u | 625 |
Duncan Coutts | d****n@c****g | 150 |
Bodigrim | a****o@g****m | 124 |
Duncan Coutts | d****s@w****k | 109 |
Don Stewart | d****s@g****m | 97 |
Duncan Coutts | d****n@h****g | 61 |
Matthew Craven | c****g@g****m | 45 |
Ian Lynagh | i****o@e****i | 28 |
Simon Jakobi | s****i@g****m | 22 |
Sean | b****r@g****m | 22 |
Herbert Valerio Riedel | h****r@g****g | 20 |
Bryan O'Sullivan | b****s@s****m | 15 |
Ben Gamari | b****n@s****g | 14 |
Malcolm.Wallace | M****e@c****k | 14 |
sjanssen | s****n@c****u | 13 |
Viktor Dukhovni | v****b@d****g | 11 |
Simon Meier | s****r@e****m | 10 |
bjorn | b****n@b****t | 10 |
Dmitry Ivanov | e****w@g****m | 9 |
Fintan Halpenny | f****y@g****m | 8 |
Viktor Dukhovni | i****e@d****g | 8 |
dependabot[bot] | 4****] | 8 |
Bulat Ziganshin | b****n@g****m | 7 |
John Goerzen | j****n@c****g | 7 |
Simon Marlow | m****d@g****m | 7 |
archaephyrryx | c****b@g****m | 7 |
Matthew Craven | c****g | 7 |
Julian Ospald | h****l@p****e | 6 |
Lemmih | l****h@g****m | 6 |
Samuel Bronson | n****n@g****m | 5 |
and 102 more... |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 1
-
Total downloads:
- hackage: 117,887 total
- Total docker downloads: 89
- Total dependent packages: 1,632
- Total dependent repositories: 18,438
- Total versions: 47
- Total maintainers: 10
hackage: bytestring
An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data. The ByteString type represents sequences of bytes or 8-bit characters. It is suitable for high performance use, both in terms of large data quantities, or high speed requirements. The ByteString functions follow the same style as Haskell's ordinary lists, so it is easy to convert code from using String to ByteString. Two ByteString variants are provided: Strict ByteStrings keep the string as a single large array. This makes them convenient for passing data between C and Haskell. Lazy ByteStrings use a lazy list of strict chunks which makes it suitable for I/O streaming tasks. The Char8 modules provide a character-based view of the same underlying ByteString types. This makes it convenient to handle mixed binary and 8-bit character content (which is common in many file formats and network protocols). The Builder module provides an efficient way to build up ByteStrings in an ad-hoc way by repeated concatenation. This is ideal for fast serialisation or pretty printing. There is also a ShortByteString type which has a lower memory overhead and can be converted to or from a ByteString. It is suitable for keeping many short strings in memory, especially long-term, without incurring any possible heap fragmentation costs. ByteStrings are not designed for Unicode. For Unicode strings you should use the Text type from the text package. These modules are intended to be imported qualified, to avoid name clashes with Prelude functions, e.g.
- Homepage: https://github.com/haskell/bytestring
- Licenses: BSD-3-Clause
- Latest release: 0.12.1.0 (published 10 months ago)
- Last Synced: 2024-11-11T02:37:39.783Z (about 1 month ago)
- Versions: 47
- Dependent Packages: 1,632
- Dependent Repositories: 18,438
- Downloads: 117,887 Total
- Docker Downloads: 89
-
Rankings:
- Dependent repos count: 0.006%
- Dependent packages count: 0.017%
- Downloads: 1.136%
- Docker downloads count: 1.288%
- Average: 1.544%
- Forks count: 2.707%
- Stargazers count: 4.109%
- Maintainers (10)
Dependencies
- base * benchmark
- bytestring * benchmark
- deepseq * benchmark
- random * benchmark
- tasty-bench * benchmark
- base >=4.9 && <5
- deepseq *
- ghc-prim *
- template-haskell *
- QuickCheck * test
- base * test
- bytestring * test
- deepseq * test
- ghc-prim * test
- tasty * test
- tasty-quickcheck >=0.8.1 test
- template-haskell * test
- transformers >=0.3 test
- actions/cache v2 composite
- actions/checkout v3 composite
- actions/checkout v1 composite
- haskell/actions/setup v2 composite
- uraimo/run-on-arch-action v2.1.1 composite