Newest at the top
2025-04-04 23:03:17 +0200 | sprotte24 | (~sprotte24@p200300d16f176a0098ec2c88260f9eb5.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-04-04 23:02:08 +0200 | kimiamania | (~65804703@user/kimiamania) kimiamania |
2025-04-04 23:01:48 +0200 | kimiamania | (~65804703@user/kimiamania) (Quit: PegeLinux) |
2025-04-04 22:59:25 +0200 | sprotte24_ | (~sprotte24@p200300d16f176a007d5b6fd7286fde7f.dip0.t-ipconnect.de) |
2025-04-04 22:59:22 +0200 | <haskellbridge> | <Liamzee> i guess the easier way is to just fix the screenshot, but it's more fun and interesting to try to fix pidigits instead, then screenshot it again |
2025-04-04 22:59:03 +0200 | <haskellbridge> | <Liamzee> unfortunately i screenshotted pidigits because it was between two benchmarks where Haskell was pushed to better multicore resource consumption than C |
2025-04-04 22:57:34 +0200 | <haskellbridge> | <Liamzee> I had an advertising post via debian benchmarks and the old "Haskell can sometimes be faster than C" canard |
2025-04-04 22:57:32 +0200 | <geekosaur> | yes, except on js/wasm |
2025-04-04 22:57:24 +0200 | krei-se | (~krei-se@p3ee0fa02.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-04-04 22:57:21 +0200 | <haskellbridge> | <Liamzee> it looks like there's a 40% performance difference |
2025-04-04 22:57:16 +0200 | <haskellbridge> | <Liamzee> integer-gmp backend is still the default? |
2025-04-04 22:56:44 +0200 | krei-se- | (~krei-se@p3ee0fa6d.dip0.t-ipconnect.de) krei-se |
2025-04-04 22:56:31 +0200 | <geekosaur> | currently requires rebuilding ghc but runtime selection is in the works |
2025-04-04 22:55:52 +0200 | <haskellbridge> | <Liamzee> hum, wondering if i can select whether it's native backend or integer-gmp |
2025-04-04 22:55:04 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-04 22:54:13 +0200 | <geekosaur> | (so they can FFI to it) |
2025-04-04 22:54:02 +0200 | <geekosaur> | and may not move because iirc there are programs that rely on gmp being linked in |
2025-04-04 22:52:11 +0200 | remexre | (~remexre@user/remexre) remexre |
2025-04-04 22:51:47 +0200 | j1n37- | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-04-04 22:51:42 +0200 | <EvanR> | you're still on gmp |
2025-04-04 22:51:35 +0200 | <EvanR> | and the answer to the question was "it's probably not being used" |
2025-04-04 22:51:21 +0200 | <EvanR> | sure |
2025-04-04 22:51:20 +0200 | Eoco | (~ian@128.101.131.218) Eoco |
2025-04-04 22:51:17 +0200 | <haskellbridge> | <Liamzee> https://iohk.io/en/blog/posts/2020/07/28/improving-haskells-big-numbers-support/ |
2025-04-04 22:51:08 +0200 | michalz | (~michalz@185.246.207.215) (Remote host closed the connection) |
2025-04-04 22:50:57 +0200 | <EvanR> | it's not very haskelly |
2025-04-04 22:50:55 +0200 | machinedgod | (~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod |
2025-04-04 22:50:45 +0200 | <EvanR> | but in haskell, you need to reallocate the whole thing for each computation and clear then when the GC collects them |
2025-04-04 22:50:31 +0200 | machinedgod | (~machinedg@d108-173-18-100.abhsia.telus.net) (Remote host closed the connection) |
2025-04-04 22:50:14 +0200 | <EvanR> | GMP is "optimized" around you initializing some "variables" which get reallocaed with more space as the values get larger |
2025-04-04 22:50:12 +0200 | <haskellbridge> | <Liamzee> yeah, it does, but iirc the bigint revamp IOHK paid for outperforms GMP? |
2025-04-04 22:49:46 +0200 | <EvanR> | this kind of pertains to the GMP question |
2025-04-04 22:48:14 +0200 | <haskellbridge> | <Liamzee> on my machine, it's 0.315 seconds for the C (which is technically slower than Rust), and .49 seconds on their requirements (superfluous N4) |
2025-04-04 22:46:41 +0200 | <EvanR> | without optimization flag |
2025-04-04 22:46:11 +0200 | <EvanR> | I get about 0.85 sec |
2025-04-04 22:45:25 +0200 | <EvanR> | had a somewhat hard time finding it on that site |
2025-04-04 22:43:03 +0200 | <haskellbridge> | <Liamzee> algorithm is part of the benchmark instructions |
2025-04-04 22:42:57 +0200 | <haskellbridge> | <Liamzee> 10k |
2025-04-04 22:40:08 +0200 | <EvanR> | how many digits of pi is this benchmark |
2025-04-04 22:39:26 +0200 | <haskellbridge> | <Liamzee> I think someone was trying to game down the gzip metric (the size of the resulting binary) |
2025-04-04 22:39:15 +0200 | <haskellbridge> | <Liamzee> it's weird because a few of the originals were BOS and Don Stewarts' |
2025-04-04 22:39:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-04 22:37:23 +0200 | <EvanR> | but their code styling leaves a lot to be desired |
2025-04-04 22:37:06 +0200 | <EvanR> | yep all the ghc submissions don't use mutable |
2025-04-04 22:32:58 +0200 | <haskellbridge> | <Liamzee> ya |
2025-04-04 22:32:54 +0200 | <haskellbridge> | <Liamzee> https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/pidigits.html |
2025-04-04 22:32:52 +0200 | <EvanR> | I'm guessing this algorithm relies on unlimited precision Integer so you can't use machine int |
2025-04-04 22:32:08 +0200 | <haskellbridge> | <Liamzee> well, not really |
2025-04-04 22:31:12 +0200 | <EvanR> | node? |
2025-04-04 22:30:45 +0200 | <EvanR> | the whole unsafe thaw thing doesn't sit well with me especially if you say it's not helping |