Skip to content
  • Erick's avatar
    Optimization of circular list priniting · ff3f05b0
    Erick authored
    We use now hash tables (instead of A-lists). This is necessary with
    the display/write functions which are now R7RS and try to detect
    cycles. This was particularly inefficient on big lists/vectors.
    ff3f05b0