Skip to content
Snippets Groups Projects
  1. Jul 13, 2007
  2. Jul 12, 2007
  3. Jul 09, 2007
  4. Jul 08, 2007
  5. Jul 07, 2007
  6. Jul 06, 2007
  7. Jun 27, 2007
  8. Jun 25, 2007
  9. Jun 22, 2007
    • rtoy's avatar
      Make the reader faster when reading #1= constructs when there are lots · 2a561f33
      rtoy authored
      of them.  Use hash tables instead of an alists for holding and
      constructing the necessary objects.  This can vastly speed up the
      reader in some cases.  But unfortunately it slows down the reader when
      the circular structure is "small".
      
      Some care has been taken not to make the reader slow when there are
      now #= constructs.
      
      This is based on a patch from Jared Davis.
      
      reader.lisp:
      o Add the new hash tables and initialize them appropriately.
      
      sharpm.lisp:
      o Update #= and ## macros to use the new hash tables.
      2a561f33
  10. Jun 21, 2007
  11. Jun 20, 2007
  12. Jun 12, 2007
Loading