WhiteBlackGoose
WhiteBlackGoose
It might be a good idea instead to return an error code.
So the code in GT is not working in a natively compiled app. Needs to be fixed
Should be added so that projects using GT could catch them all and wrap into their own
- [ ] Add a module supporting SIMD ~~- [ ] Replace using Linoffset with using `Span` instead of `T[]`~~
This is a benchmark to test how much we lose if we have no idea how local caches work | Method | IsMultithreadingOn | Mean | Error | StdDev |...
#### Utils _BenchmarkUtils is a project for some shared code that would be silly to duplicate between benchmarks. Feel free to add your classes once needed. #### Tests _Tests is...
#23 Not sure about the API though. `prec` and `mrec` look closer to keywords, but still are semantically methods, so should start with capital (and maybe have a longer name?)
With recursion. Example of code: ## PoC ```cs using System; using System.Collections.Generic; using static Memes; var fib = Memoize((n, fib) => n switch { 1, var m => fib(n -...