IRC channel logs
2024-03-03.log
back to list of logs
<dthompson>cwebber: hey just seeing your messages. it's been so long since I've looked at that code that I couldn't really say why I felt one way or the other. can you point me at the code you have now? <dthompson>I need to refresh my memory on what the incompatibilities are <dthompson>a single rss builder would be best, wish I remembered what my concerns were :) <GNUtoo>Hi, I've a strange issue. I've sent a patch to guile-devel but it didn't reach the mailing list. Instead it arrived to an srfi-19 mailing list. <ft>GNUtoo: I see a patch for srfi-19 in my guile-devel mailbox. Looks like it's from you. <ft>Message-ID: <20240229212343.10442-1-GNUtoo@cyberdimension.org> <ft>Unless you mean a different mail. <GNUtoo>Ah yes last month, sorry for the confusion. <old>hmm bytevector-slice does allocation on the heap <old>I think bytevector-slice! would be great to have then <mwette>old: shared? If so, maybe bytevector->pointer + pointer->bytevector can be useful. <old>mwette: hmm I think that will do more allocations <old>yup pointer->bytevector does allocation same lik bytevector-slice <old>I guess the real operation I want is to shift the bytes and substract the lenght of a bytevector <old>So I can scan a large bytevector without doing many bytevector-slice with many allocations