racket/collects/scheme
Matthew Flatt 9ace663021 Racket-implemented reverse', member', memv', memq'
With the JIT, the `reverse' function is significantly faster,
while the `member' variants do not really change; the main
benefit is that the operations play well with futures.

The C implementation is still used when the JIT is unavailable,
since the Racket implementations can be much slower in
interpreted mode.
2011-07-27 05:47:46 +01:00
..
base/lang
exists
gui
lang
load/lang
private
signature/lang
unit/lang
unsafe
async-channel.rkt
base.rkt
bool.rkt
class.rkt add custom-print to printable<%>; redirect printable<%> to writable and pretty-print to pretty-write in 'scheme' 2010-05-01 08:43:20 -06:00
cmdline.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
contract.rkt
control.rkt
date.rkt
dict.rkt
enter.rkt
fasl.rkt
file.rkt
fixnum.rkt
flonum.rkt
foreign.rkt
function.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
future.rkt
generator.rkt
gui.rkt
help.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
include.rkt
init.rkt
language-info.rkt
list.rkt
load.rkt
local.rkt
main.rkt
match.rkt
math.rkt
mpair.rkt
mzscheme.rkt
nest.rkt
package.rkt
path.rkt
place.rkt
port.rkt
pretty.rkt
promise.rkt
provide-syntax.rkt
provide-transform.rkt
provide.rkt
require-syntax.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
require-transform.rkt
require.rkt
runtime-config.rkt
runtime-path.rkt
sandbox.rkt
serialize.rkt
set.rkt
shared.rkt
splicing.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
string.rkt
struct-info.rkt
stxparam-exptime.rkt
stxparam.rkt
surrogate.rkt
system.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
tcp.rkt
trace.rkt
trait.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
udp.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
unit-exptime.rkt
unit.rkt
vector.rkt