Re: [Chicken-users] Anyone tried using datadraw with Chicken?

2008-05-23 Thread Matthew Welland
On Friday 23 May 2008 05:04:40 am Joshua Griffith wrote: > Matt, > > Have you tried using an in-memory SQLite3 database rather than working > from disk? Also, are you pre-compiling and caching your statements? > Both of these will dramatically speed things up. I have pre-compiled/cached the state

Re: [Chicken-users] Anyone tried using datadraw with Chicken?

2008-05-23 Thread Joshua Griffith
Matt, Have you tried using an in-memory SQLite3 database rather than working from disk? Also, are you pre-compiling and caching your statements? Both of these will dramatically speed things up. -Josh On May 22, 2008, at 11:41 PM, Matthew Welland wrote: Has anyone tried using datadraw (h

[Chicken-users] Anyone tried using datadraw with Chicken?

2008-05-22 Thread Matthew Welland
Has anyone tried using datadraw (http://datadraw.sourceforge.net/) with Chicken? If so did any of the claimed performance benefits transfer to Chicken code? It almost seems like a scheme compiler or interpreter could be built on top of datadraw or coupled extremely close to it rather than movin