<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
<BR>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">  I hate to point this out, but you actually tagged it ELEPHNAT-0-3-0.  Anyway!  I am trying it out</FONT><BR>
</BLOCKQUOTE>
<BR>
Dohh!!!<BR>
<BR>
Sorry about that; I will leave that tag there are put a properly spelled one on the same set of files<BR>
later today.<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">now.  There seem to be some efficiency issues... caching the result of make-form-key could actually</FONT><BR>
    <FONT COLOR="#000000">save 10% of cpu time in my setup... so I'm going to take a look at them once I get it running.</FONT><BR>
</BLOCKQUOTE>
Thank you.  I am generally of the school of not optimizing early; my own application which drives <BR>
this has never broken a noticable sweat; perhaps just because it is unpopular.<BR>
<BR>
If you are using a relational database back-end, a huge improvement would be to modify the <BR>
existing serializer to produce a character-writable stream rather than a byte stream and eliminate<BR>
the base64 encoding that I put in.  The the base64 encoding/decoding itself is not a problem; <BR>
but it probably doubles or triples the number of bytes that have to be stored in the database,<BR>
and that I/O is probably the dominant cost in the system.<BR>
<BR>
I am not cavalier about this, but I have to choose my battles wisely.  For example, I consider<BR>
getting Elephant to work the Unicode based SBCL far more important than even a 3-fold <BR>
improvement in performance at this point.<BR>
<BR>
However, I encourage you to do more great work, like the bug fix you made, and I will attempt<BR>
to incorporate it promptly.<BR>
<BR>
I also would like to know other peoples experience with the 0.3.0 release.  I tested it thoroughly<BR>
in my machine; but that is only one setup.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
    <BR>
    <FONT SIZE="5"><FONT COLOR="#000000">-- Dan Knapp</FONT></FONT><BR>
    <BR>
    <BR>
    <BR>
<PRE>
<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">elephant-devel site list</FONT>
<FONT COLOR="#000000"><A HREF="mailto:elephant-devel@common-lisp.net">elephant-devel@common-lisp.net</A></FONT>
<FONT COLOR="#000000"><A HREF="http://common-lisp.net/mailman/listinfo/elephant-devel">http://common-lisp.net/mailman/listinfo/elephant-devel</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>