<falsifian>
Is there an efficient way to build an array out of a FlVector? I see the section on FlArray in the math library documentation, but that only seems to have a function to convert from a FlArray to a FlVector, not the other way around.
dataangel has joined #racket
notzmv has quit [Remote host closed the connection]
<dzoe>
BitPuffin: I'd add to samth's response one more really important thing: in CS the GC does not serialize your futures - yes, there is some slight impact when allocating and GC'ing too many boxes in futures, but the out-of-box behaviour is really good already
<dzoe>
And in the latest versions with all the progress with flonum unboxing, you can get really impressive results with flonums+futures.
<samth>
falsifian: it doesn't look like there is, but it seems like it would be an easy thing to add.
<dzoe>
Although I still don't get the performance regression in mandelbrot test.
<samth>
dzoe: is that still there?
<BitPuffin>
dzoe: awesome!
<dzoe>
samth: I am afraid so :/
<dzoe>
samth: trouble is the _only_ change was increasing the number of FP registers from 2 to 8
<dzoe>
BitPuffin: but I am biased - I am the "futures guy" in Racket community since last summer :-D
<samth>
dzoe: weird. maybe it's something in bytevectors?
<samth>
or input/output?
<BitPuffin>
haha well at least you're transparent about it :D
<dzoe>
samth: I thought it's just I/O there
<dzoe>
The futurized is bytes ...
<dzoe>
I really need to look into that properly ...
<dzoe>
But I have an excuse - it was mid-terms here!
<dzoe>
(And I got 60 students to grade at once ...)
orivej has quit [Ping timeout: 260 seconds]
dan_f has quit [Quit: dan_f]
dan_f has joined #racket
dan_f has quit [Client Quit]
dan_f has joined #racket
dan_f has quit [Client Quit]
andreyorst has joined #racket
rekahsoft has quit [Ping timeout: 265 seconds]
andreyorst` has joined #racket
andreyorst has quit [Ping timeout: 256 seconds]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
davidl has joined #racket
zgrep has quit [Ping timeout: 260 seconds]
zgrep has joined #racket
ermo has quit [*.net *.split]
rubic88 has quit [*.net *.split]
lavaflow has quit [*.net *.split]
pounce has quit [*.net *.split]
andreyorst has joined #racket
andreyorst has quit [Client Quit]
andreyorst has joined #racket
lavaflow has joined #racket
ermo has joined #racket
pounce has joined #racket
rubic88 has joined #racket
bitmapper has quit [Quit: Connection closed for inactivity]
andreyorst has quit [Remote host closed the connection]
andreyorst has joined #racket
andreyorst has quit [Ping timeout: 260 seconds]
andreyorst has joined #racket
andreyorst has quit [Ping timeout: 246 seconds]
Sgeo has quit [Read error: Connection reset by peer]
orivej has joined #racket
Diagon has joined #racket
Diagon has left #racket ["Leaving"]
<yurb>
samth: re my contract question - ideally, I would like not only the contract, but my function's default argument values change if the original function changes
<yurb>
my use case is a function called `response/jsexpr/lang` that forwards all arguments to `response/jsexpr` but adds a "Content-Language" header.
srandon111 is now known as sookablyat
orivej has quit [Ping timeout: 265 seconds]
Codaraxis has quit [Remote host closed the connection]
Codaraxis has joined #racket
Codaraxis has quit [Ping timeout: 246 seconds]
Codaraxis has joined #racket
Codaraxis has quit [Ping timeout: 256 seconds]
Codaraxis has joined #racket
the-smug-one has joined #racket
nullcone has quit [Quit: Connection closed for inactivity]
<the-smug-one>
Is it just for me that racket-xp-mode makes buffers 'stutter' (takes a while for new code to show up, etc.)
orivej has joined #racket
phillbush has joined #racket
fanta1 has joined #racket
Codaraxis has quit [Remote host closed the connection]
Codaraxis has joined #racket
Codaraxis has quit [Remote host closed the connection]
Codaraxis has joined #racket
Codaraxis has quit [Remote host closed the connection]
Codaraxis has joined #racket
Codaraxis has quit [Remote host closed the connection]
Codaraxis has joined #racket
orivej_ has joined #racket
orivej has quit [Ping timeout: 260 seconds]
the-smug-one has quit [Ping timeout: 240 seconds]
dmiles has quit [Ping timeout: 260 seconds]
ArneBab has quit [Remote host closed the connection]
true-grue has joined #racket
dmiles has joined #racket
bitmapper has joined #racket
true-grue has quit [Read error: Connection reset by peer]
Codaraxis has quit [Ping timeout: 256 seconds]
Sgeo has joined #racket
Codaraxis has joined #racket
Codaraxis has quit [Ping timeout: 260 seconds]
caente has joined #racket
Codaraxis has joined #racket
andreyorst` has quit [Quit: andreyorst`]
phillbush has quit [Quit: Leaving]
phillbush has joined #racket
andreyorst has joined #racket
Codaraxis has quit [Ping timeout: 260 seconds]
terrorjack has joined #racket
Codaraxis has joined #racket
Codaraxis has quit [Ping timeout: 240 seconds]
Codaraxis has joined #racket
Steeve has joined #racket
nij has joined #racket
nij has left #racket ["ERC (IRC client for Emacs 27.1)"]
<sookablyat>
uys is there anything similar to racket universe libraries to make games in a functional way in common lisp?