We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation of ORC's COW strings fixes #17173 nim-lang/Nim#17213 Efficient string literals in the Nim ARC/ORC implementation
fix Codegen bug with Table mvalues in loop and ARC & ORC GC nim-lang/Nim#16374
deprecate newruntime
newruntime
some benchmarks and an article about new channel implementation https://gist.github.com/Araq/3e205af2f0df00cca25ab9d972da646f
performance tricks [performance] performance tricks to improve std/json, parsers, lookups nim-lang/RFCs#188 https://crystal-lang.org/reference/guides/performance.html
fix regression since 1.4.2: vm crash with lists.SinglyLinkedRing nim-lang/Nim#16384
compiler performance counter Nim compiler performance bottlenecks nim-lang/Nim#10132
so a couple of subsystems (codegen, sem'check, generic instantation, injectdestructors) should get some performance counters
tempfile
articles articles #1
feature rand(var Rand, typedesc) overload nim-lang/Nim#16425
work on transform static: stmt and const foo = expr into immediately invoked lambas => fixes many bugs nim-lang/RFCs#276
static: stmt
const foo = expr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Documentation of ORC's COW strings
fixes #17173 nim-lang/Nim#17213
Efficient string literals in the Nim ARC/ORC implementation
fix Codegen bug with Table mvalues in loop and ARC & ORC GC nim-lang/Nim#16374
deprecate
newruntime
some benchmarks and an article about new channel implementation
https://gist.github.com/Araq/3e205af2f0df00cca25ab9d972da646f
performance tricks
[performance] performance tricks to improve std/json, parsers, lookups nim-lang/RFCs#188
https://crystal-lang.org/reference/guides/performance.html
fix regression since 1.4.2: vm crash with lists.SinglyLinkedRing nim-lang/Nim#16384
compiler performance counter
Nim compiler performance bottlenecks nim-lang/Nim#10132
tempfile
articles
articles #1
feature rand(var Rand, typedesc) overload nim-lang/Nim#16425
work on transform
static: stmt
andconst foo = expr
into immediately invoked lambas => fixes many bugs nim-lang/RFCs#276The text was updated successfully, but these errors were encountered: