The main one here is using ShortByteString which should reduce memory
consumption.
4 patches for repository /home/franksen/src/darcs/bla:
patch 34012b0f3c3fec83b3d4e851f4a4bec3dbc42ea7
Author: Ben Franksen <ben.franksen@online.de>
Date: Sun Apr 23 18:37:23 CEST 2023
* document Name and turn unName from record accessor to a separate function
This makes the derived Show instance less verbose, which is helpful when
debugging failing test cases.
patch 22b35c6b822281bea274838a96d5fdbc37c9d24e
Author: Ben Franksen <ben.franksen@online.de>
Date: Fri May 12 11:36:46 CEST 2023
* use ShortByteString for Name (and thus AnchoredPath)
This is the minimum necessary change that keeps the external API as is.
patch e4f4f99cd9e24818a2099eca454f15400bcb2a9d
Author: Ben Franksen <ben.franksen@online.de>
Date: Sat May 13 08:20:54 CEST 2023
* remove unused name2fp
patch b340726142282fa5a084d5558241580d0fb28789
Author: Ben Franksen <ben.franksen@online.de>
Date: Sat May 13 08:36:08 CEST 2023
* optimize eqAnycase
Attachments
|