Yardanico

Results 134 comments of Yardanico

I added some suggestions but bear in mind that I'm not a native English speaker :)

@Red-Sage activated your account

Maybe it's better to use syntax from https://github.com/alaviss/nim.nvim as that's generally more maintained although it's for NVim? I don't know how compatible are NVim syntax definitions with Vim though.

I think it's better to have Python renderer, so new contributors can understand rendering system more easily.

@olls but for pypy you don't want to use cProfile.. I'll change it to profile myself.

@olls cProfile.runctx('game(server_obj, settings, render_c, benchmarks)', globals(), locals(), filename='game.profile') or it's only for C module?

@olls ah, ok

@olls and where's resulting log will be located?

@olls I get render call time ~0.003 seconds On CPython 3.5 with C module: 0.0025 - 0.0015 So PyPy is actually not that slow compared to C

But PyPy3 is not that well optimized as PyPy2 is