Re: [racket-users] Speeding up the conversion of flvectors to string

2021-06-28 Thread Alessandro Motta
On 27.06.21 19:34, Robby Findler wrote: > On Sun, Jun 27, 2021 at 11:58 AM Alessandro Motta <mailto:amott...@gmail.com>> wrote: > > I also like Jens' code for its pure functional elegance. I'm surprised > that building up a long list of short strings before joining

Re: [racket-users] Speeding up the conversion of flvectors to string

2021-06-27 Thread Alessandro Motta
s->string x y))) > > All the calls to `string-append` in your original program end up > allocating larger and larger strings and then immediately discarding > them on subsequent iterations, which is costly over many iterations. > > Hope that helps, >

[racket-users] Speeding up the conversion of flvectors to string

2021-06-27 Thread Alessandro Motta
Hi racket-users! I've recently become interested in Lisp/Scheme and have started to hack in Racket. The excellent documentation, the fast integrated search, and DrRacket have made that a real pleasure. Thank you for that! I've been working on a tool to convert notes from the reMarkable 2 tablet