Divy Srivastava
Divy Srivastava
> Buffer is probably internally copied only once, like pushed onto stack at time of call or something according to ABI. Ah ok that makes sense. libffi pushes the struct...
https://github.com/python/cpython/blob/bb8b931385ba9df4e01f7dd3ce4575d49f60efdf/Modules/_ctypes/callproc.c#L1238-L1250 ```c #ifdef CTYPES_PASS_BY_REF_HACK size_t size = atypes[i]->size; if (IS_PASS_BY_REF(size)) { void *tmp = alloca(size); if (atypes[i]->type == FFI_TYPE_STRUCT) memcpy(tmp, args[i].value.p, size); else memcpy(tmp, (void*)&args[i].value, size); avalues[i] = tmp; }...
We could warmup `Deno.bench` before running user benchmarks (that won't _guarantee_ consistency, the optimization behviour in V8 might change)
my ocd is telling me to give this new JIT assembler a name. any suggestions?
That will be possible when #12 is implemented.
@misi Just an idea, why not use a database to store stats regarding meetings. Maybe kind of a meeting log, with details about its start and end, etc. I can...
@manthanabc The speech recognition is external and not a part of this project anyways. I'm just not happy with the fact that it is mentioned it is an AI and...
@GrosSacASac It's not a disadvantage, but it's an overhead rendering all of the page at once. For example, we're currently rendering all the posts on the index page at once...
@jasonwilliams sorry for the late reply, I'm busy with my classes and other projects these days :(
Closing because stale and merge conflicts.