NimConf 2022 - Saturday, October 22nd

2022-10-25 Thread Lennart
Great talks, thanks to everyone who contributed :)

Nim 2.0 -- thoughts

2021-10-20 Thread Lennart
Incremental Compilation ☺

Nim 1.6 is out!!

2021-10-19 Thread Lennart
Thanks for answering. I remember seeing the benchmark in your NimConf presentation. Im assuming the new numbers are slightly better, depending on circumstances. What can we expect from ORC in terms of pause times? afaik, arc adds no noticeable pause times because it simply deallocates memory wh

Nim 1.6 is out!!

2021-10-19 Thread Lennart
Im on windows 10 so i cant say for certain. but im not having issues. and using choosenim am getting the pre-compiled version. I installed choosenim by getting the zip, extracting it, and running the runme.bar file without adming mode. then, open powershell and run $env:Path = [S

Nim 1.6 is out!!

2021-10-19 Thread Lennart
I thought that ORC had some performance issues that made it hard to reason using. How has that changed since 1.4? How does orc perform relative to refc, markAndSweep and arc? roughly speaking I watched the youtube video from NimConf but i assume that is outdated