{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreif3uvk4xxf6hunx2si2m65qccxctp5bsyq6mctfxiz7djcb2fwp6y",
"uri": "at://did:plc:pi6woz4d47bkuws673w2il2r/app.bsky.feed.post/3mmkaaowjzp62"
},
"path": "/t/the-design-of-array-libraries/14114#post_7",
"publishedAt": "2026-05-23T18:29:46.000Z",
"site": "https://discourse.haskell.org",
"textContent": "I don’t think it’s possible to avoid need for specialization. Unboxed arrays will use `Prim` or `Storable` for reading and writing buffers. And these loads/stores _must_ be specialized. And in practice this means reaching for `INLINE`",
"title": "The design of array libraries"
}