ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
oprypin has quit [Quit: No Ping reply in 180 seconds.]
FromGitter has quit [Ping timeout: 256 seconds]
oprypin has joined #crystal-lang
FromGitter has joined #crystal-lang
lanodan has quit [Ping timeout: 256 seconds]
lanodan has joined #crystal-lang
hightower3 has joined #crystal-lang
hightower2 has quit [Ping timeout: 240 seconds]
Guest53 has joined #crystal-lang
<Guest53> Hello, Does Crystal have an equivalent of Golang sync.Pool?
<FromGitter> <Blacksmoke16> https://github.com/j8r/pool.cr ?
<Guest53> @Blacksmoke16 OK, thanks!
Guest53 has quit [Client Quit]
ur5us has quit [Ping timeout: 260 seconds]
ur5us has joined #crystal-lang
fifr_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
fifr_ has joined #crystal-lang
ua_ has quit [Ping timeout: 260 seconds]
ur5us has quit [Ping timeout: 240 seconds]
ua_ has joined #crystal-lang
Sankalp has quit [Ping timeout: 256 seconds]
Sankalp has joined #crystal-lang
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 252 seconds]
hightower3 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #crystal-lang
hightower2 has joined #crystal-lang
hightower2 has quit [Read error: Connection reset by peer]
hightower2 has joined #crystal-lang
hightower2 has quit [Read error: Connection reset by peer]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
jmdaemon has quit [Ping timeout: 256 seconds]
huttech has joined #crystal-lang
<huttech> hello, why is the interpreted not enabled in the release binaries?
<FromGitter> <Blacksmoke16> its still an experimental feature
<huttech> ok, how long does it take to compile crystal?
<FromGitter> <Blacksmoke16> depends on your CPU, but for me like a couple minutes?
<FromGitter> <Blacksmoke16> in non-release mode*
<huttech> non-release mode?
alexherbo2 has quit [Remote host closed the connection]
<huttech> started compiling with make interpreter=1
alexherbo2 has joined #crystal-lang
<huttech> make: *** [Makefile:189: .build/crystal] Killed
<huttech> not enough ram?
<FromGitter> <Blacksmoke16> How much do you have?
<huttech> 4
<huttech> yes, I restarted and usage seems to be going up and up
<huttech> 4 seems to be not enough
<FromGitter> <Blacksmoke16> Including swap?
<huttech> I'didn't create swap
<FromGitter> <Blacksmoke16> probably would help
<FromGitter> <Blacksmoke16> 4+4 might be enough
<huttech> I just wanted to know how long it takes to run hello world
<FromGitter> <Blacksmoke16> with the interpreter?
<FromGitter> <Blacksmoke16> ```code paste, see link``` [https://gitter.im/crystal-lang/crystal?at=63763d0818f21c023bb7b4c4]
<FromGitter> <Blacksmoke16> ```$ cat test.cr ⏎ puts "foo"``` [https://gitter.im/crystal-lang/crystal?at=63763d11655bc46025cf7d60]
<huttech> that's not so great in absolute terms, how long does it take to compile it for you?
<FromGitter> <Blacksmoke16> compile the compiler? about a minute
<FromGitter> <Blacksmoke16> that interpreter result was also not in release mode. that takes much longer to compile but prob gives better results. either way perf isnt the main goal of the interpreter anyway. probably still quite a bit faster than if you had to compile it and run it
alexherbo2 has quit [Remote host closed the connection]
<FromGitter> <Blacksmoke16> actually it was in release mode it seems. 2x faster than compiling it normally so still a win
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
huttech has quit [Quit: leaving]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
jmdaemon has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
onyx has joined #crystal-lang
alexherbo2 has joined #crystal-lang
Flipez4 has joined #crystal-lang
Flipez has quit [Ping timeout: 260 seconds]
Flipez4 is now known as Flipez
ur5us has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
onyx has quit [Quit: Leaving]
<FromGitter> <ober> can you just `dosomeunixstuff` like in ruby?
<FromGitter> <ober> backtick shell outs
<FromGitter> <Blacksmoke16> yes
<FromGitter> <ober> thanks