jackdaniel changed the topic of #commonlisp to: Common Lisp, the #1=(programmable . #1#) programming language | Wiki: <https://www.cliki.net> | IRC Logs: <https://irclog.tymoon.eu/libera/%23commonlisp> | Cookbook: <https://lispcookbook.github.io/cl-cookbook> | Pastebin: <https://plaster.tymoon.eu/>
istewart has joined #commonlisp
JuanDaugherty has joined #commonlisp
manwithluck has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 264 seconds]
ym has quit [Ping timeout: 246 seconds]
istewart has quit [Quit: Konversation terminated!]
bleb has quit [Ping timeout: 252 seconds]
bleb has joined #commonlisp
Akbar-Birbal has joined #commonlisp
JuanDaugherty has quit [Quit: JuanDaugherty]
<decweb> jsom, try profiling to see where the time is being spent
<decweb> (profiling tools vary by lisp implementation)
<decweb> That is also a lot of memory, hard to imagine generating that much data from directory listings short of looping on links somehow, which would presumably fail to finish.
<decweb> Even a `(room t)` might give you clues about where that memory is being allocated
<decweb> If necessary you could always shell out the `find` from lisp.
casionaut has quit [Ping timeout: 248 seconds]
semz has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
buffet has quit [Quit: Bye!]
buffet has joined #commonlisp
semz has joined #commonlisp
istewart has joined #commonlisp
spdegabrielle has quit [Quit: Connection closed for inactivity]
waleee has quit [Ping timeout: 276 seconds]
mzan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
terrorjack4 has quit [Quit: The Lounge - https://thelounge.chat]
terrorjack4 has joined #commonlisp
jon_atack has joined #commonlisp
jonatack has quit [Ping timeout: 246 seconds]
BiteriaFedoral has joined #commonlisp
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 252 seconds]
Lord_of_Life_ is now known as Lord_of_Life
BiteriaFedoral has quit [Changing host]
BiteriaFedoral has joined #commonlisp
decweb has quit [Ping timeout: 276 seconds]
Liw53 has joined #commonlisp
Liw53 has quit [Write error: Broken pipe]
zlqrvx has quit [Ping timeout: 272 seconds]
bigbooko1bug has joined #commonlisp
bigbooko1bug has quit [Client Quit]
istewart has quit [Quit: Konversation terminated!]
zlqrvx has joined #commonlisp
msv has quit [Ping timeout: 276 seconds]
casionaut has joined #commonlisp
NotThatRPG has joined #commonlisp
theruran has quit [Quit: Connection closed for inactivity]
NotThatRPG has quit [Ping timeout: 248 seconds]
amb007 has joined #commonlisp
rtypo has quit [Ping timeout: 246 seconds]
NotThatRPG has joined #commonlisp
danza has joined #commonlisp
msv has joined #commonlisp
BiteriaFedoral has quit [Quit: Client closed]
alcor has joined #commonlisp
NotThatRPG has quit [Ping timeout: 260 seconds]
danza has quit [Ping timeout: 244 seconds]
pve has joined #commonlisp
danza has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
danza has quit [Ping timeout: 246 seconds]
wacki has joined #commonlisp
amb007 has quit [Ping timeout: 246 seconds]
amb007 has joined #commonlisp
danza has joined #commonlisp
mgl_ has joined #commonlisp
casionaut has quit [Ping timeout: 248 seconds]
_cymew_ has joined #commonlisp
dcb has quit [Quit: MSN Messenger v1.9.1 - https://znc.in]
shka has joined #commonlisp
awlygj has joined #commonlisp
dcb has joined #commonlisp
dcb has quit [Client Quit]
dcb has joined #commonlisp
mgl_ has quit [Ping timeout: 246 seconds]
brokkoli_origin has quit [Ping timeout: 248 seconds]
brokkoli_origin has joined #commonlisp
_cymew_ has quit [Ping timeout: 265 seconds]
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
alternateved has joined #commonlisp
danza has quit [Read error: Connection reset by peer]
danz91956 has joined #commonlisp
edgar-rft has quit [Read error: Connection reset by peer]
edgar-rft has joined #commonlisp
mgl_ has joined #commonlisp
mrcom_ has joined #commonlisp
terrorjack49 has joined #commonlisp
overclucker_ has joined #commonlisp
mustafa_ has joined #commonlisp
gendl____ has joined #commonlisp
AetherWind has joined #commonlisp
ello_ has joined #commonlisp
mmk2410_ has quit [Ping timeout: 246 seconds]
ello has quit [Quit: ZNC 1.9.1 - https://znc.in]
terrorjack4 has quit [Write error: Connection reset by peer]
mustafa has quit [Read error: Connection reset by peer]
mmk2410 has joined #commonlisp
awlygj has quit [Ping timeout: 246 seconds]
overclucker has quit [Read error: Connection reset by peer]
foretspaisibles has quit [Ping timeout: 246 seconds]
semz has quit [Read error: Connection reset by peer]
mrcom has quit [Ping timeout: 246 seconds]
gendl__ has quit [Ping timeout: 246 seconds]
mmk2410 has joined #commonlisp
mmk2410 has quit [Changing host]
terrorjack49 is now known as terrorjack4
mustafa_ is now known as mustafa
gendl____ is now known as gendl__
danz91956 has quit [Ping timeout: 255 seconds]
foretspaisibles has joined #commonlisp
semz has joined #commonlisp
danza has joined #commonlisp
alcor has quit [Ping timeout: 255 seconds]
mrcom_ is now known as mrcom
mgl_ has quit [Ping timeout: 252 seconds]
amb007 has quit [Ping timeout: 244 seconds]
amb007 has joined #commonlisp
bobcave has joined #commonlisp
spdegabrielle has joined #commonlisp
Guest37 has joined #commonlisp
Guest37 has quit [Write error: Broken pipe]
casionaut has joined #commonlisp
casionaut has quit [Remote host closed the connection]
danza has quit [Ping timeout: 255 seconds]
danza has joined #commonlisp
danza has quit [Ping timeout: 248 seconds]
<Shinmera> DIRECTORY sucks shit and there's no way to do the kinda filtering find does with it efficiently
<Shinmera> if you want to do file filtering efficiently you'll have to call out to C, sorry.
<ixelp> forge/toolkit.lisp at master · Shinmera/forge · GitHub
<Shinmera> maybe I'll write a library to do this kinda thing portably at some point.
<Shinmera> jasom: ^
danse-nr3 has joined #commonlisp
_cymew_ has joined #commonlisp
yitzi has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
dra has joined #commonlisp
dra has quit [Changing host]
dra has joined #commonlisp
King_julian has joined #commonlisp
mwnaylor has quit [Ping timeout: 260 seconds]
danse-nr3 has quit [Read error: Connection reset by peer]
danse-nr3 has joined #commonlisp
yitzi has quit [Remote host closed the connection]
danse-nr3 has quit [Ping timeout: 248 seconds]
varjag has joined #commonlisp
ym has joined #commonlisp
spdegabrielle has quit [Quit: Connection closed for inactivity]
mgl_ has joined #commonlisp
<nil> i don't see a path forward from this evolutionary island syndrome to use my find
mgl has joined #commonlisp
rtypo has joined #commonlisp
mgl_ has quit [Ping timeout: 252 seconds]
mgl has quit [Ping timeout: 246 seconds]
decweb has joined #commonlisp
skeemer has joined #commonlisp
King_julian has quit [Ping timeout: 244 seconds]
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
dawids has joined #commonlisp
alcor has joined #commonlisp
jmbr has quit [Remote host closed the connection]
edgarvincent has quit [Remote host closed the connection]
slondr has quit [Remote host closed the connection]
pvac has quit [Remote host closed the connection]
greenfork has quit [Remote host closed the connection]
ajoberstar has quit [Remote host closed the connection]
jonlevin has quit [Remote host closed the connection]
bheesham has quit [Remote host closed the connection]
payphone has quit [Remote host closed the connection]
artyn has quit [Remote host closed the connection]
bmp has quit [Remote host closed the connection]
sm2n has quit [Remote host closed the connection]
gosha_ has quit [Remote host closed the connection]
theothornhill has quit [Remote host closed the connection]
kitaleth has quit [Remote host closed the connection]
x4d6165 has quit [Remote host closed the connection]
sirufer has quit [Remote host closed the connection]
larme has quit [Remote host closed the connection]
whereiseveryone has quit [Write error: Broken pipe]
shunter has quit [Remote host closed the connection]
mhcat has quit [Remote host closed the connection]
gjn has quit [Remote host closed the connection]
ggb has quit [Read error: Connection reset by peer]
mcoll has quit [Remote host closed the connection]
Schnouki has quit [Remote host closed the connection]
tsujp has quit [Write error: Connection reset by peer]
sherbert has quit [Remote host closed the connection]
chiheisen has quit [Remote host closed the connection]
\f has quit [Remote host closed the connection]
tok has quit [Remote host closed the connection]
jtbx has quit [Remote host closed the connection]
kingcons has quit [Remote host closed the connection]
nytpu has quit [Remote host closed the connection]
kvik has quit [Remote host closed the connection]
rselim has quit [Remote host closed the connection]
cpli has quit [Remote host closed the connection]
srhm has quit [Remote host closed the connection]
jasom has quit [Remote host closed the connection]
okflo has quit [Remote host closed the connection]
arpunk has quit [Remote host closed the connection]
paulapatience has quit [Remote host closed the connection]
HerlockSholmes has quit [Remote host closed the connection]
edgarvincent has joined #commonlisp
HerlockSholmes has joined #commonlisp
arpunk has joined #commonlisp
Schnouki has joined #commonlisp
okflo has joined #commonlisp
paulapatience has joined #commonlisp
ggb has joined #commonlisp
pvac has joined #commonlisp
shunter has joined #commonlisp
mhcat has joined #commonlisp
kingcons has joined #commonlisp
pvac has joined #commonlisp
pvac has quit [Changing host]
nytpu has joined #commonlisp
bmp has joined #commonlisp
jmbr has joined #commonlisp
jonlevin has joined #commonlisp
mcoll has joined #commonlisp
gosha_ has joined #commonlisp
jtbx has joined #commonlisp
greenfork has joined #commonlisp
artyn has joined #commonlisp
tok has joined #commonlisp
slondr has joined #commonlisp
tsujp has joined #commonlisp
payphone has joined #commonlisp
\f has joined #commonlisp
kvik has joined #commonlisp
cpli has joined #commonlisp
kitaleth has joined #commonlisp
srhm has joined #commonlisp
sm2n has joined #commonlisp
rselim has joined #commonlisp
zyd_ has joined #commonlisp
jasom has joined #commonlisp
x4d6165 has joined #commonlisp
sherbert has joined #commonlisp
theothornhill has joined #commonlisp
chiheisen has joined #commonlisp
whereiseveryone has joined #commonlisp
larme has joined #commonlisp
sirufer has joined #commonlisp
ajoberstar has joined #commonlisp
bheesham has joined #commonlisp
gjn has joined #commonlisp
JuanDaugherty has joined #commonlisp
lucasta has joined #commonlisp
ym has quit [Remote host closed the connection]
dra has quit [Ping timeout: 246 seconds]
JuanDaugherty has quit [Quit: JuanDaugherty]
fitzsim has quit [Read error: Connection reset by peer]
fitzsim has joined #commonlisp
<Shinmera> huh?
McParen has joined #commonlisp
Th30n has quit [Ping timeout: 276 seconds]
dawids has quit [Quit: Leaving]
varjag has quit [Ping timeout: 246 seconds]
cage has joined #commonlisp
cage has quit [Excess Flood]
bobcave has quit [Quit: Leaving]
cage has joined #commonlisp
amb007 has quit [Ping timeout: 248 seconds]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
McParen has left #commonlisp [#commonlisp]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
jon_atack has quit [Ping timeout: 260 seconds]
alcor has quit [Remote host closed the connection]
alcor has joined #commonlisp
jonatack has joined #commonlisp
tfb has joined #commonlisp
ym has joined #commonlisp
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Client Quit]
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Client Quit]
mala has quit [Ping timeout: 272 seconds]
prokhor has joined #commonlisp
NotThatRPG has joined #commonlisp
tfb has quit [Quit: died]
amb007 has quit [Ping timeout: 248 seconds]
amb007 has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
X-Scale has joined #commonlisp
prokhor_ has joined #commonlisp
prokhor has quit [Ping timeout: 260 seconds]
lucasta has quit [Quit: Leaving]
cmack has quit [Ping timeout: 252 seconds]
X-Scale has quit [Ping timeout: 256 seconds]
yitzi has joined #commonlisp
thuna`` has joined #commonlisp
thuna` has quit [Ping timeout: 252 seconds]
prokhor_ has quit [Remote host closed the connection]
prokhor_ has joined #commonlisp
manwithluck has joined #commonlisp
wacki has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
Akbar-Birbal has left #commonlisp [#commonlisp]
amb007 has quit [Ping timeout: 248 seconds]
amb007 has joined #commonlisp
reb`` has quit [Ping timeout: 248 seconds]
donleo has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
NotThatRPG has joined #commonlisp
reb`` has joined #commonlisp
amb007 has quit [Ping timeout: 272 seconds]
amb007 has joined #commonlisp
akovalenko has quit [Quit: ZNC 1.9.1 - https://znc.in]
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
akovalenko has joined #commonlisp
wacki has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
zyd has quit [Remote host closed the connection]
zyd_ is now known as zyd
wacki has quit [Quit: Textual IRC Client: www.textualapp.com]
wacki has joined #commonlisp
attila_lendvai has joined #commonlisp
zxcvz has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mgl has joined #commonlisp
waleee has joined #commonlisp
spdegabrielle has joined #commonlisp
molson_ is now known as molson
mwnaylor has joined #commonlisp
phadthai has quit [Ping timeout: 260 seconds]
cage has quit [Quit: rcirc on GNU Emacs 29.4]
kamafam has joined #commonlisp
veqq has joined #commonlisp
kamafam has quit [Read error: Connection reset by peer]
_cymew_ has quit [Ping timeout: 252 seconds]
kamafam has joined #commonlisp
veqq has quit [Client Quit]
kamafam has quit [Read error: Connection reset by peer]
kamafam has joined #commonlisp
dra has joined #commonlisp
NotThatRPG has joined #commonlisp
<mwnaylor> I see that there is a channel dedicated to slime. Where do we go if we want to chat about sly?
<molson> #slime
mgl has quit [Ping timeout: 260 seconds]
<mwnaylor> I wasn't sure that would be fair game. I guess it depend on if people think sly is slime++ or a competing technology.
yitzi has quit [Remote host closed the connection]
kamafam has quit [Read error: Connection reset by peer]
ym has quit [Ping timeout: 260 seconds]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mgl has joined #commonlisp
skeemer has quit [Ping timeout: 246 seconds]
ym has joined #commonlisp
ym has quit [Client Quit]
mgl has quit [Ping timeout: 246 seconds]
nani has quit [Ping timeout: 252 seconds]
nani has joined #commonlisp
raynei has quit [Ping timeout: 272 seconds]
attila_lendvai has quit [Ping timeout: 265 seconds]
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<bjorkint0sh> mwnaylor: also #lisp would be a good place (since it's the rest of all things lispy)
varjag has joined #commonlisp
<mwnaylor> Ok, thought here would be better, due to the strong tie of CL to slime/sly.
<bjorkint0sh> mwnaylor: larger population too over there. but you do you.
pve has quit [Quit: leaving]
<aeth> well, ime #lisp is usually quieter
<mwnaylor> bjorkint0sh: Yeah, guess the #scheme #racket #chicken people wourd ignore the thread unless they also use common lisp.
<bjorkint0sh> 'xactly.
waleee has quit [Ping timeout: 260 seconds]
waleee has joined #commonlisp
ec has quit [Remote host closed the connection]
X-Scale has joined #commonlisp
ec has joined #commonlisp
X-Scale has quit [Client Quit]
<jasom> Shinmera: thanks!
alternateved has quit [Remote host closed the connection]
zxcvz has quit [Quit: zxcvz]
waleee has quit [Ping timeout: 260 seconds]
waleee has joined #commonlisp
theruran has joined #commonlisp
alcor has quit [Ping timeout: 252 seconds]
shka has quit [Ping timeout: 255 seconds]
<jasom> FWIW, and for random people searching IRC logs years from now, just using sb-posix:readdir and sb-posix:stat roughly doubled the speed of the search
jonatack has quit [Ping timeout: 246 seconds]
amb007 has quit [Ping timeout: 246 seconds]
jonatack has joined #commonlisp
dra has quit [Ping timeout: 272 seconds]
reb``` has joined #commonlisp
reb`` has quit [Ping timeout: 245 seconds]
NotThatRPG has joined #commonlisp
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 246 seconds]
donleo has quit [Ping timeout: 246 seconds]
spdegabrielle has quit [Quit: Connection closed for inactivity]
ym has joined #commonlisp
varjag has quit [Ping timeout: 272 seconds]
phadthai has joined #commonlisp
ym has quit [Ping timeout: 260 seconds]
AetherWind has quit [Quit: leaving]
<kagevf> jasom: so takes 4s in CL 50% of the time?
bjorkint0sh has quit [Ping timeout: 276 seconds]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
reb``` has quit [Remote host closed the connection]
<jasom> kagevf: yes, which shaves about 25% off of the lisp execution time, which is already 160x faster than the non-parallelized bash script and about 12x faster than the parallelized bash script
reb``` has joined #commonlisp
<kagevf> jasom: nice :)
reb``` has quit [Remote host closed the connection]
reb``` has joined #commonlisp