Luis Fernando De Pombo
Luis Fernando De Pombo
We are also interested in this feature
Is there an ETA on this or would guidance be provided on what it would entail for someone without knowledge of the codebase to do it?
we don't really mind how the psql `COMMENT` shows up in the prisma schema on introspection as long as it shows up. are any of the competing suggestions in the...
> I think one of the earlier ideas behind the graph and not-quite-Turing-complete nature of the language is the answer here: we should be computing a rough estimate of the...
> @depombo what about a simple heuristic to choose sequential versions when the number of Tokio tasks crosses some multiple of CPU cores? > > Not saying we do that...
I started doing this change and realized it would take a huge refactor of the AVM to be able to recursively determine if nested closures are `io` or `cpu` in...
Implementation should take into account the results of https://github.com/alantech/alan/issues/387
Another alternative is maybe using something like what Riak/Cassandara/ES do which is having a concept/abstraction of partitions? A node can have 0 or multiple partitions and each partition can take...
There is some research to be done here to find out what the best practices are for web server benchmarks and then list them here before actually running them.
We should note that this wouldn’t be required _if_ #185 is prioritized ahead of it