| 02:25:14 | * | om3ga joined #nim |
| 02:25:46 | * | _th3r00t quit (Ping timeout: 256 seconds) |
| 02:29:15 | * | rockcavera quit (Remote host closed the connection) |
| 03:02:11 | * | th3r00t joined #nim |
| 03:37:13 | * | beholders_eye quit (Ping timeout: 264 seconds) |
| 05:22:47 | * | SchweinDeBurg quit (Quit: WeeChat 4.8.0-dev) |
| 05:40:10 | * | SchweinDeBurg joined #nim |
| 07:23:43 | * | xtr00 quit (Read error: Connection reset by peer) |
| 07:27:59 | * | xtr00 joined #nim |
| 08:13:57 | * | om3ga quit (Quit: Bye) |
| 08:15:37 | * | om3ga joined #nim |
| 08:34:45 | FromDiscord | <TӨMΛ ☠> Why is std's `threadpools` advised against overall? |
| 09:08:08 | * | th3r00t quit (Ping timeout: 240 seconds) |
| 09:56:46 | * | th3r00t joined #nim |
| 10:47:16 | * | beholders_eye joined #nim |
| 11:47:19 | * | beholders_eye quit (Ping timeout: 246 seconds) |
| 11:59:14 | FromDiscord | <acmt.> sent a code paste, see https://play.nim-lang.org/#pasty=WKvxXgyx |
| 12:18:46 | * | beholders_eye joined #nim |
| 12:47:19 | * | beholders_eye quit (Ping timeout: 260 seconds) |
| 12:49:02 | * | beholders_eye joined #nim |
| 12:57:15 | * | beholders_eye quit (Ping timeout: 240 seconds) |
| 13:01:18 | * | amadaluzia quit (Ping timeout: 260 seconds) |
| 13:46:22 | * | beholders_eye joined #nim |
| 15:56:36 | FromDiscord | <gyatsoyt> What's the best way to compile and get the fastest and most optimised executable? ↵I have a performance oriented program in nim and want to know how I can optimise it to run the fastest other than the code changes . |
| 16:01:19 | FromDiscord | <nnsee> sent a code paste, see https://play.nim-lang.org/#pasty=qJayjUDy |
| 16:01:49 | FromDiscord | <nnsee> optionally add `-ffast-math` to `passC` but make sure you understand the implications |
| 16:02:17 | FromDiscord | <nnsee> remove the `-s` if you want an unstripped binary |
| 16:37:52 | FromDiscord | <aethrvmn> `--mm:none` too, no? But then the program will likely explode↵(@nnsee) |
| 17:20:52 | * | hygo quit (Ping timeout: 246 seconds) |
| 17:28:43 | * | hygo joined #nim |
| 18:12:08 | * | switchy quit (Ping timeout: 240 seconds) |
| 18:12:23 | * | switchy joined #nim |
| 18:42:49 | FromDiscord | <alexander888alexander> having a strange issue https://media.discordapp.net/attachments/371759389889003532/1443673435602419834/image.png?ex=6929ed29&is=69289ba9&hm=d9579810000acfb3c3b9bf422b4df587972890e117004d6398d9b191af8ce104& |
| 20:50:55 | Amun-Ra | -d=danger |
| 21:05:51 | FromDiscord | <David> Is there any work around for dealing with “\:” or “ \: “ with macros if you want to export a symbol while maintaining \ as a public export symbol?So far I am using“mymacro Name\ with\:”This gets around the parser, but I was curious if anyone else has ran into this? |
| 21:10:22 | FromDiscord | <David> Huh the asterisk may have been consumed in my message… “asterisk\:” |
| 21:11:16 | FromDiscord | <litlighilit> sorry but any real code snippet? (I didn't get your requirement) |
| 21:58:13 | * | xet7 joined #nim |
| 22:07:28 | FromDiscord | <bubblie> I did want to ask this as a genuine question, but are there any advantages for nim being top down compiled |
| 22:59:47 | * | joast joined #nim |
| 23:16:53 | FromDiscord | <demotomohiro> sent a code paste, see https://play.nim-lang.org/#pasty=LdysLHWi |