Cosmin Apreutesei
Cosmin Apreutesei
> Is it realistic for new developers to confidently write Lua code that JITs well? For me the answer is no, and I'm not that new either. My code usually...
@lukego sorry, I totally missed your replies here (been a bit disorganized lately). Let me try to answer some of your points. Yes, you can get the luapower zip file...
> except perhaps if you are implementing special operations that need to run really fast e.g. compositing in the frame buffer ("bitblit"), line drawing, graph layout, etc. Then it will...
I am currently looking at starting a POSIX ffi binding myself. Where do I get a set of clean and complete POSIX (2008 I suppose?) headers? Thanks.
Thanks for the tips. I'll look at SUSv3 and try to sort out how all these standards overlap and what to pick from each one (I'm only interested the parts...
My 2c on initial points: point 1. re versioning the API: something like [love2d](https://love2d.org/wiki/love)? that's a good example of versioned documentation IMHO. points 3. 4. 5. re decoupling source file...
@wingo @lukego thanks, I'll look into this. I wish I'd have a mental model of what side traces are and when they happen.
what a can of worms I opened :) I understand the need for the metatype early-binding hack now, although TBH I would still cache on an as-needed basis, close-to-the-loop and...
The work dir can also be set in `.git/config`, the option is called `worktree`, please also support that so I don't have to use the env var if my repo...
See #5405 I don't understand how people extend a production database if you can't add new columns to existing tables. In fact I don't understand how people use Tarantool in...