<div dir="auto">I think the areas in the primitive library demonstrate a part of the array design space that seems to have gone relatively unexplored in Haskell: plain old vectors. Unlike the vector library, there is no stream fusion framework. Unlike the array library, there is no class-based reliance on fold/build fusion.<div dir="auto"><br></div><div dir="auto">The (flawed) addition of numerous class instances a couple versions ago made primitive arrays seem much more viable to end users as an alternative to their heavier counterparts. I have become interested in fixing the mistakes that were made, seeing just how much performance we can squeeze out (and what limitations we run into), and fleshing out the API.</div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Apr 23, 2018, 9:20 AM Andrew Martin <<a href="mailto:andrew.thaddeus@gmail.com">andrew.thaddeus@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'll get something together soon that explains my motivations. The short summary is that the types in primitive unpack better that their counterparts in vector (meaning, they unpack into one machine word instead of three). I started using these types in internal data structures in libraries I would write (since I didn't need slicing), and then just started noticing stuff I thought it would be nice to add.<div><br></div><div>David noticed that a bunch of the typeclass instances were broken. I'd been working on a library quickcheck-classes that I use to test instances at my work place. The primitive library was missing a test suite, so I used it to test all the instances to ensure that the fixes David had written were correct. In the process, I found more broken instances and fixed them. The life lesson here is that property testing is important.</div><div><br></div><div>PrimArray is an interesting story. Both winterland1989 and I had independently written libraries that did the same exact thing: implement a typed interface to ByteArray that keeps track of the element type. This makes PrimArray much safer to work with than ByteArray. Eventually, winterland's initial PR to bring this to primitive stalled. It implemented several other features (some of which may still eventually get added), but it's scope was large enough that no maintainer was able to feel comfortable approving it. More recently, I took at stab at doing the same thing, but I only added PrimArray, and after a lot of feedback from David, Carter, and Ryan, it got merged in.</div><div><br></div><div>This got longer than I thought it would. I'll work on something that talks more about motivations and features soon.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 23, 2018 at 5:48 AM, Simon Peyton Jones <span dir="ltr"><<a href="mailto:simonpj@microsoft.com" target="_blank" rel="noreferrer">simonpj@microsoft.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-GB" link="#0563C1" vlink="#954F72">
<div class="m_3862178399346869617m_-6256589866103308174WordSection1">
<p class="MsoNormal">Andrew, David<u></u><u></u></p>
<p class="MsoNormal">I’ve seen a lot of traffic about the <b>primitive</b> library, in which you two are playing a leading role.<u></u><u></u></p>
<p class="MsoNormal">Clearly something interesting is going on, but I have not been paying enough attention to work out what.  Maybe lots of unrelated things?  Maybe a handful of closely related things?<u></u><u></u></p>
<p class="MsoNormal">Would you consider putting out a summary (to libraries and ghc-devs) to give an overview of the main threads, and any driving motivations.  Why has all this blown up now?<u></u><u></u></p>
<p class="MsoNormal">Meanwhile, thank you for being so active.<span class="m_3862178399346869617HOEnZb"><font color="#888888"><u></u><u></u></font></span></p><span class="m_3862178399346869617HOEnZb"><font color="#888888">
<p class="MsoNormal">Simon<u></u><u></u></p>
</font></span></div>
</div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_3862178399346869617gmail_signature" data-smartmail="gmail_signature">-Andrew Thaddeus Martin</div>
</div>
_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank" rel="noreferrer">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</blockquote></div>