.NET's _other_ Scott. I lead the .NET performance team.
- Bellevue, WA USA
- https://scott.blomqui.st/
- @sblom
- @sblom@hachyderm.io
Pinned Loading
-
RegExtract
RegExtract PublicClean & simple idiomatic C# RegEx-based line parser that emits strongly typed results.
-
dotnet/performance
dotnet/performance PublicThis repo contains benchmarks used for testing the performance of all .NET Runtimes
-
mathematica-lazy
mathematica-lazy PublicAn implementation of lazy-list-style streams for Mathematica.
-
linked-data-dotnet/json-ld.net
linked-data-dotnet/json-ld.net PublicA JSON-LD processor for .NET.
-
Toy implementation of Clojure 1.5's ...
Toy implementation of Clojure 1.5's reducers library in C# (using LINQPad). https://www.clojure.org/news/2012/05/15/anatomy-of-reducer 1List<int> ns = new List<int> { 1, 2, 3, 4, 5, 6, 7, 8 };
23Func<Func<int,int>,Func<Func<int,int,int>,Func<int,int,int>>> mapping = delegate(Func<int,int> f) {
4return (Func<int,int,int> f1) => ((int r, int i) => f1(r,f(i)));
5};
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.