<beneroth>
Regenaxer, how do you determine optimal block size for index trees? picking 2/4/5 based on node count?
<Regenaxer>
On the number of nodes, but more importantly on the estimated key size
<Regenaxer>
If the keys are possibly long strings, not many entries fit into a node
<Regenaxer>
and if very long, a node would take more than one block which would be inefficient
<aw->
hi
<aw->
what happened to picolisp.com ?
<Regenaxer>
Hi aw-! It was down yesterday
<Regenaxer>
Is it not up?
<aw->
it's up
<aw->
the design changed
<Regenaxer>
ah!
<Regenaxer>
This was Erik
<aw->
there's a huge blob of code at the top of the page
<Regenaxer>
He announced also in the list
<aw->
no idea what it is or what it does
<Regenaxer>
oh
<aw->
why is it there?
<Regenaxer>
haha, indeed
<Regenaxer>
Strange
<aw->
that should be changed to a simple Hello World or something
<Regenaxer>
Looks more like an error
<Regenaxer>
Seems code from Vip though
<aw->
haha yeah
aw- has quit [Ping timeout: 240 seconds]
rob_w has quit [Quit: Leaving]
Hunar has joined #picolisp
<Hunar>
Hello Regenaxer :) .. I saw this yesterday http://john.freml.in/teepeedee2-vs-picolisp (the website is currently down but my phone has a local cached version) he starts by complementing picolisp then begins the critique .. one of them is that picolisp has "some of the worst bignum performance imaginable" .. is that true? the lines before that
<Hunar>
statement is, picolisp "has different (more compact) object representation" I don't understand how that results in a bad performance? shouldn't compact be faster?
<Regenaxer>
Hi Hunar!
<Regenaxer>
I thought bignum performance is not so bad
<Regenaxer>
but who knows, perhaps he has something better
<Regenaxer>
With objects he perhaps means OOP symbols?
<Hunar>
Is the page also down for you? I'll post it in ix.io if it is
<Regenaxer>
Concerning bignums: Many years ago I compared with Java's Bignums, and pil was faster