ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Picolisp latest found at http://www.software-lab.de/down.html | check also http://www.picolisp.com for more information
mickiebyrd has joined #picolisp
_whitelogger has joined #picolisp
alexshendi has quit [Ping timeout: 240 seconds]
rob_w has joined #picolisp
<kindergip> online game - interesting http://datadealer.com
roundsf has quit [Read error: Connection reset by peer]
roundsf has joined #picolisp
Regenaxer has quit [Ping timeout: 240 seconds]
akkad has quit [Quit: Emacs must have died]
Regenaxer has joined #picolisp
rudha has joined #picolisp
rgrau has joined #picolisp
rgrau has quit [Ping timeout: 240 seconds]
yumaikas is now known as cmiller
cmiller is now known as yumaikas
alexshendi has joined #picolisp
<tankfeeder> Regenaxer: is it possible create minimum documentation for lib/prof.l ?
<Regenaxer> Yes, this is possible
<Regenaxer> Needs a Wiki article, I think, as it is not part of the normal debug runtime
<Regenaxer> But, in fact it is very easy. Only two functions: 'prof' and 'profile'
<tankfeeder> i will try to digg then.
<yumaikas> tankfeeder: have you reddit?
<Regenaxer> 'prof' is like the others, 'debug', 'trace' etc
<tankfeeder> yumaikas: reddit for what ? :)
<Regenaxer> And in the end you call (profile) to see the statistics
<tankfeeder> ok
<Regenaxer> Not so important: 'unprof' like 'untrace' or 'unbug'
<tankfeeder> i have to reimplement this
<Regenaxer> why?
<tankfeeder> its slow even in (range 1 500), but i need (range 1 1200)
<tankfeeder> maybe idx
<Regenaxer> 'group'?
<Regenaxer> grouping a lot of data (subsets)?
<Regenaxer> Did you profile it to find the bottleneck?
<tankfeeder> :)
<tankfeeder> i will play
<Regenaxer> great!
rudha has quit [Remote host closed the connection]
rudha has joined #picolisp
libertas has joined #picolisp
alexshendi has quit [Ping timeout: 248 seconds]
alexshendi has joined #picolisp
rudha has quit [Quit: Leaving]
<tankfeeder> i see this numbers
<tankfeeder> group is heaviest thing, right ?
Regenaxer has quit [Ping timeout: 240 seconds]
Regenaxer has joined #picolisp
mbyrd has quit [Remote host closed the connection]
<tankfeeder> Regenaxer: ^^^ ?
rgrau has joined #picolisp
<Regenaxer> ?
<tankfeeder> group is heaviest thing, right ?
<Regenaxer> yes, right
<tankfeeder> so, i have to replace it
<Regenaxer> there are very many items to group, right?
<tankfeeder> i can do accu on custom record or idx
<tankfeeder> yeap
<Regenaxer> yes, 'idx' might be good
<Regenaxer> avoid searching long lists
<Regenaxer> 'accu' might also take long
<tankfeeder> ~700k
<tankfeeder> yes, idx
<Regenaxer> long indeed
<tankfeeder> as task description says, i should output first 25 records
<tankfeeder> and in range 2000-2006
<Regenaxer> ok
<tankfeeder> is it possible to lookup ?
<Regenaxer> should be, yes
Regenaxer has left #picolisp [#picolisp]
Regenaxer has joined #picolisp
rgrau has quit [Ping timeout: 248 seconds]
akkad has joined #picolisp
rgrau has joined #picolisp
mickiebyrd has quit [Quit: Connection closed for inactivity]
rob_w has quit [Read error: Connection reset by peer]
<cess11> Maybe copypasta, I'm not sure.
rgrau has quit [Read error: Connection reset by peer]
DKordic has quit [Read error: Connection reset by peer]
mickiebyrd has joined #picolisp