cd/entity/ByteArrayΒ· homeβ€Ί entitiesβ€Ί ByteArray
grep -l @bytearray /news/*.json | wc -l β†’ 2

ByteArray

mentions 2 type Organization feed RSS

// recent coverage 2 mentions

21:18
2026-05-22
discourse.haskell.org
developer-tools

From-text: type class to convert from Text

A new Haskell package introduces the `IsText` type class with a `fromText` function to simplify conversion from `Text` to other textual data types like `ByteArray`, `ByteString`, and `OsPath`, using U…

22:17
2026-05-21
discourse.haskell.org
developer-tools

The design of array libraries

Design and efficiency of array libraries in Haskell, with the author expressing skepticism about `Data.Array`'s performance and advocating for simpler wrappers around `Data.Primitive.Array`. The autho…

// co-occurs with top 8 entities