Custom Query (1631 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 1631)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#21 fixed read-string, order of magnitude speedup felix winkelmann Jim Ursetto
Description

There was some old code that Kon added to speed up read-string on stream ports, but it was disabled (it did not work). The attached patch fixes and enables this code and also applies the speedup to unbounded reads. The result is almost exactly a 10x boost for read-string on stream ports.

Detailed benchmarks at http://paste.lisp.org/display/79185.

The patch also enables port-position updating for read-string. It only updates the column number, but I think this is sufficient for what are typically binary reads; if you want lines, use read-lines.

#22 fixed complete s48-modules felix winkelmann felix winkelmann
Description

The s48-modules extension needs to be tested, completed, documented and exposed.

#23 fixed numbers egg interferes with (module foo * ...) Alex Shinn Jim Ursetto
Description

Redefinition of * in numbers egg prevents recognition of * in module form.

$ csi4 -p '(module foo * (import scheme) #t)' #t $ csi4 -R numbers -p '(module foo * (import scheme) #t)' Error: (map) bad argument type - not a proper list: *

(same behavior in compiled files)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.