Hi--
I'm storing objects in a btree, and indexing one slot common to all of
the objects for fast retrieval. There is more than one type of object
in the btree, so I'm using btree indices rather than a slot index.
I note that when the indexed slot changes, the index is not updated.
As I'm using t
Just to follow up on this. I've been working with Leslie in the back
ground (he's graciously taken the time to do some mentoring and
reviews of code as well as to put up with some of my not so well
thought out ideas :-) ). I have large pieces of Elephant switched over
to CFFI, but largely d
> The following is something of a workaround and I'm not really sure why
> it works, but here goes.
>
> Starting with a fresh SBCL image I loaded "cffi-uffi-compat" (*not*
> "cffi" or "uffi") , then "cl-base64" and finally "elephant". After
> issuing some warnings about package name clashes betwee