hi!
i've started to play around with cl-irregsexp and its performance is great!
i have a few suggestions/questions:
- why not use alexandria instead of cl-utilities? it is the quasi standard cl util lib and it has both #:with-unique-names and #:once-only. - why depend on iter? seems like it is used at only place.
i'll set up a git repo with a branch for easy cherry-picking my changes and will get back to you with the repo link (once our site is back up again).
Hi Attila,
Really appreciate you getting in touch.
It's great to have someone using cl-irregsexp!
Attila Lendvai attila.lendvai@gmail.com writes:
i've started to play around with cl-irregsexp and its performance is great!
I'm sure it could be improved (especially compilation) . . . any case where you wanted better performance would be great to hear about.
i have a few suggestions/questions:
- why not use alexandria instead of cl-utilities? it is the quasi
standard cl util lib and it has both #:with-unique-names and #:once-only.
Thanks for spotting that.
I made cl-irregsexp before I found out about Alexandria.
To show willing, I have changed it and pushed.
- why depend on iter? seems like it is used at only place.
If you don't like iter and can cleanly replace that place (match-replace-all?) with another way of doing it, then I would be happy to drop the dependency.
i'll set up a git repo with a branch for easy cherry-picking my changes and will get back to you with the repo link (once our site is back up again).
Please do!
I eagerly await it!
To show willing, I have changed it and pushed.
great, thanks!
i'll set up a git repo with a branch for easy cherry-picking my changes and will get back to you with the repo link (once our site is back up again).
ok, our branch is available at http://dwim.hu/gitweb/gitweb.cgi
or at
git clone http://dwim.hu/git/cl-irregsexp
there are only some small things in there for now, but i'll drop a note here on the list if we have something new.
if you have any feedback about the changes, then feel free to send them through the list and i'll amend my patches. or just feel free to pull them and shape them for your liking in another patch.
cl-irregsexp-devel@common-lisp.net