[Chicken-users] set-finalizer! and cons

2006-01-17 Thread Zbigniew
I'm in the middle of adding a bunch of stuff to the objc egg, and have encountered a problem. For the first time, I happened to write some code which consed together a few thousand Objective C objects (#) into a list. Suddenly, I took a gigantic speed hit using cons, as compared to code which sim

[Chicken-users] Update: sqlite3.egg v1.1.1

2006-01-17 Thread Thomas Chust
Hello, a small but (at least for me) nerve saving update to the sqlite3 interface: All procedures like sqlite3:exec, sqlite3:update, etc. now reset prepared statements before working on them -- this saves you the tedious task of having to do that by hand anyway, but it doesn't break existing