ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
atk has quit [Quit: Well this is unexpected.]
atk has joined #zig
kristate has joined #zig
mnoronha has quit [Ping timeout: 265 seconds]
kristate has quit [Remote host closed the connection]
nodist has joined #zig
<scientes>
i don't see the purpose of the vectors
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nodist has quit [Quit: Leaving]
wilsonk has quit [Read error: Connection reset by peer]
wilsonk has joined #zig
wilsonk has quit []
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kristate has joined #zig
davr0s has joined #zig
kristate has quit [Ping timeout: 268 seconds]
wilsonk has joined #zig
wilsonk has quit [Read error: Connection reset by peer]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
c15ade4 has joined #zig
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
kristate has joined #zig
kristate has quit [Ping timeout: 276 seconds]
noonien has quit [Quit: Connection closed for inactivity]
kristate has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kristate has quit [Remote host closed the connection]
kristate has joined #zig
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kristate has quit [Ping timeout: 276 seconds]
adrusi_ has quit [Ping timeout: 244 seconds]
adrusi has joined #zig
mnoronha has joined #zig
mnoronha has quit [Ping timeout: 240 seconds]
kristate has joined #zig
kristate has quit [Remote host closed the connection]
kristate has joined #zig
davr0s has joined #zig
kristate has quit [Remote host closed the connection]
mahmudov has quit [Remote host closed the connection]
kristate has joined #zig
kristate has quit [Remote host closed the connection]
kristate has joined #zig
kristate has quit [Remote host closed the connection]
kristate has joined #zig
SimonNa has quit [Quit: Leaving]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mahmudov has joined #zig
return0e has joined #zig
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
kristate has quit [Remote host closed the connection]
kristate has joined #zig
noonien has joined #zig
kristate has quit [Read error: Connection reset by peer]
mahmudov has quit [Read error: Connection reset by peer]
mahmudov has joined #zig
wilsonk has quit [Read error: Connection reset by peer]
kristate has joined #zig
kristate has quit [Ping timeout: 272 seconds]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kristate has joined #zig
kristate has quit [Remote host closed the connection]
kristate has joined #zig
kristate has quit [Remote host closed the connection]
wilsonk has joined #zig
kristate has joined #zig
kristate has quit [Ping timeout: 240 seconds]
return0e has quit [Quit: Leaving]
mahmudov has quit [Ping timeout: 276 seconds]
mahmudov has joined #zig
darithorn has joined #zig
kristate has joined #zig
return0e has joined #zig
<andrewrk>
scientes, I'm still researching how to do that. I have a few proof of concept implementations, and once it's clear the best way to do it I'll write up the docs
<andrewrk>
alright let's get these PRs solved
kristate has quit [Remote host closed the connection]
davr0s has joined #zig
kristate has joined #zig
kristate has quit [Read error: Connection reset by peer]
kristate has joined #zig
kristate has quit [Read error: Connection reset by peer]
kristate has joined #zig
kristate has quit [Ping timeout: 256 seconds]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kristate has joined #zig
davr0s has joined #zig
mnoronha has joined #zig
mnoronha has quit [Read error: Connection reset by peer]
mnoronha has joined #zig
mnoronha has quit [Read error: Connection reset by peer]
mnoronha has joined #zig
kristate has quit [Read error: Connection reset by peer]
return0e has quit [Quit: Leaving]
mnoronha has quit [Ping timeout: 244 seconds]
mnoronha has joined #zig
tridactyla has quit [Ping timeout: 256 seconds]
shodan45 has quit [Ping timeout: 256 seconds]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
noonien has quit [Ping timeout: 256 seconds]
noonien has joined #zig
davr0s has joined #zig
return0e has joined #zig
mnoronha has quit [Ping timeout: 268 seconds]
mnoronha has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mnoronha has quit [Ping timeout: 240 seconds]
mnoronha has joined #zig
darithorn has quit [Quit: WeeChat 2.2]
mnoronha has quit [Quit: Ping timeout (120 seconds)]
mnoronha has joined #zig
return0xe has joined #zig
return0e has quit [Ping timeout: 256 seconds]
mnoronha has quit [Read error: Connection reset by peer]
mnoronha has joined #zig
<wink_>
How to convert a character slice to a u64?
mnoronha has quit [Read error: Connection reset by peer]
<andrewrk>
wink_, I think @bitCast can't handle this yet, so you'll have to @ptrCast for now
mnoronha has joined #zig
<andrewrk>
actually, use one of the std.mem.readInt functions
<wilsonk>
that's cool -- building llvm-6.0.1-Release (with all arch's/backends/etc) takes 8:57 with GCC-5.4 and ld but sped up to 7:37 with clang-6.0.1 and lld. That is pretty significant, at least
<wilsonk>
that is on a 32 core - 64 thread AMD Epyc 7351 with 128 Gb Ram and 'make -j65', btw
<andrewrk>
building llvm in 9 minutes - I'm jealous
<wilsonk>
does Zig default to lld when available? I can look but just thought I would ask
<andrewrk>
can't wait to see how much stage2 can take advantage of your computer once it's more complete
<andrewrk>
zig only uses LLD and does not support using the system linker
<wilsonk>
Yep...looking forward to that also
<wilsonk>
ah, I didn't realize it wouldn't use the system linker at all
<wilsonk>
oh, yeah that build time includes clang and lld also ;)
mnoronha has quit [Read error: Connection reset by peer]
mnoronha has joined #zig
mnoronha has quit [Read error: Connection reset by peer]
mnoronha has joined #zig
<wink_>
andrewrk: sorry I didn't make myself clear I want to convert a string of ascii characters to an interger
davr0s has joined #zig
mnoronha has quit [Quit: Ping timeout (120 seconds)]
mnoronha has joined #zig
<andrewrk>
wink_, std.fmt.parseInt
noonien has quit [Quit: Connection closed for inactivity]
mnoronha has quit [Ping timeout: 268 seconds]
<wink_>
txs]
<wink_>
whoops ignore "]" :)
<scientes>
you could use distcc to do the same with cheap machines