Commit graph

19 commits

Author SHA1 Message Date
Andrew Martin
b8e4656334 Add chunks-to-builder function 2023-03-29 11:44:45 -04:00
Andrew Martin
0405c0eb88 Add textUtf8 for copying text to builder with text-2.0 and newer 2023-03-29 11:44:45 -04:00
Andrew Martin
4fc69c259e Improve checked flag 2022-08-05 09:03:52 -04:00
Andrew Martin
5fb3bdbeaa Inline pragmas for better LEB encoding perf 2022-04-11 15:49:02 -04:00
Andrew Martin
dde5a9b07d
Support ghc 9.2 and 9.0
Bump upper bound on base. This continues to support GHC 8.10.7.

Co-authored-by: Ollie Charles <ollie@ocharles.org.uk>
2022-04-08 10:43:40 -04:00
Andrew Martin
ed7a6c283c Add rebuild 2022-02-03 13:27:15 -05:00
Andrew Martin
4f03a98100 Add copyCons for copying small byte sequences with extra byte in front 2022-02-01 00:32:18 -05:00
Eric Demko
def7f05d8b use hackage zigzag 2022-01-31 12:16:12 -05:00
Zankoku Okuno
f16f2120e3
Seven eights encoding
"7/8" encoding in two variants. Smoke tests for 7/8 encoding.

Co-authored-by: Eric Demko <edemko@layer3com.com>
2022-01-31 09:41:05 -05:00
Eric Demko
f5709a8cd2 finish out LEB for 32-bit and signed 32/64 2022-01-24 14:36:21 -05:00
Andrew Martin
2e279c62f2 Add cstring# 2021-06-29 14:47:44 -04:00
Andrew Martin
a51dcb65b6 Correct documentation typo. Improve fromBoundedOne. 2021-06-25 13:33:46 -04:00
Andrew Martin
dafb1bb37f Correct the required length for json string building 2021-06-25 12:05:33 -04:00
Andrew Martin
8a1a082b53 Move some of the JSON escape character matches under an appropriate guard 2020-11-06 08:42:51 -05:00
Andrew Martin
0c1b4da583 Add ascii7 and ascii8 2020-10-26 12:30:55 -04:00
Andrew Martin
5c2dd94acf Add replicate 2020-06-01 11:28:35 -04:00
Andrew Martin
ce33f2d22b Add newBuilderState and closeBuilderState. Exposed commitDistance. 2020-04-16 11:56:43 -04:00
Andrew Martin
d39c76a65a Add wordLEB128, word64LEB128, integerDec, naturalDec, and word48PaddedLowerHex 2020-04-13 11:29:38 -04:00
Andrew Martin
1908d53a14 Rename library to bytebuild. Use Data.Bytes namespace. 2020-02-27 14:00:35 -05:00
Renamed from src/Data/ByteArray/Builder.hs (Browse further)