Zulip Chat Archive
Stream: std4
Topic: low level UIntX and ByteArray stuff
Arthur Paulino (Dec 30 2022 at 14:56):
Are low level implementations of ByteArray.beq
, UInt32.toByteArray
, UInt16.ofByteArray
etc welcome?
Arthur Paulino (Jan 27 2023 at 00:08):
:ping_pong:
We have fast BEq
and Ord
C implementations for ByteArray
. Is this wanted in std4
?
If so, where should I put the C files?
Mario Carneiro (Jan 27 2023 at 00:14):
I think this should probably go in core
Arthur Paulino (Jan 27 2023 at 00:21):
Alright, will PR when I find some time :+1:
Last updated: Dec 20 2023 at 11:08 UTC