-
The idea of representing a fundamental model of the universe, or even a multiverse, through mathematical structures like those involved in Bott periodicity and unitary groups is indeed a profound and …
-
I propose a `@stack_size(function)` builtin which returns the number of bytes that `function` - which must be a compile time constant function - will ever possibly use for the deepest call invocation.…
-
One optimization I miss in Julia compared to other GC-based language implementations are "tagged pointers".
## The problem
Consider the `BigInt` type: it is a *lot* slower than `Int` and takes u…
-
At the moment all GraphQL types share one global namespace. This is also true for all of the fields in mutation/subscription type. It can be a concern for bigger projects which may contain several loo…
-
In future releases, could the CORE be built to allow other templating engines (via extension) with the default still being XSLT? I am thinking, for the test case, the one template language to test thi…
-
Condition | Explanation
-- | --
-- ⊗ | No description ↪
--/prefetch:1[1] ⊗ | /prefetch:# arguments to use when launching various process types. It has been observed that when file reads are consist…
-
_Migrated from Google Code (issue 522)_
-
@aFarkas have you given thought to what a next gen version of webshim would look like? A few loose ideas:
- increase modularity - for example if i want to shim input[type="date"] it would be nice if …
-
Source
https://github.com/meta-introspector/meta-meme/wiki/Ode-to-heideigger#ode-to-heideigger
### Summary of Our Path
1. **Initial Concepts and Inspiration**:
- We began by invoking the Mu…
-
[fiat-crypto](https://github.com/mit-plv/fiat-crypto) can generate verified field code for multiple targets, e.g., C and x86_64 asm. It has algorithm templates for our [mul](https://github.com/mit-plv…