Kostya M
Kostya M
I am not really againts adding inline/compact for vala or for others (because it can be considered as also idiomatic way for speedup programs, not hacks). Like java for example...
btw, i think that disable index checks (that nim -d:danger doing), is much more hack, than inline.
I not sure about final, but seems it used for internal optimizations also. About compile keys i think we should use, only keys which would use in production, i doubt...
i added cython in jit benchs: https://github.com/kostya/jit-benchmarks
i little update c test, and right now gcc is faster (my clang clang version 3.5.1-svn225255-1~exp1)
@agentgt, i adding warming and update times for jvm.
contribute it!
this language really hard, i not even can alloc some memory for trying base64 example :) ``` var allocator = std.heap.HeapAllocator.init(); var buf = try std.Buffer.initSize(allocator, count); ``` ``` zig-macos-x86_64-0.5.0/lib/zig/std/heap.zig:335:13:...