dschenkelman / async-io-talk
Assets for the series of talks about asynchronous I/O operations in C#.
☆25Updated 10 years ago
Related projects ⓘ
Alternatives and complementary repositories for async-io-talk
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆57Updated 2 years ago
- This package enables .NET projects to use atomic primitives.☆58Updated 8 years ago
- A class library implementing probabilistic data structures in .NET☆61Updated 2 years ago
- A .NET library that contains a set of lock-free thread-safe collections designed to be used asynchronously.☆111Updated 5 years ago
- .NET WebSocket (RFC 6455/hixie/hybi) implementation using the System.IO.Pipelines API☆70Updated 4 years ago
- ☆37Updated 6 years ago
- My toys to play with SSE/AVX in pure C# (.NET Core 2.1)☆64Updated 5 years ago
- Lightweight fork of the .NET Compiler Platform ("Roslyn") by adding a compiler plugin infrastructure☆97Updated 6 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆67Updated last year
- A .NET library targeted at making Reflection programming more consistent, using a common set of abstractions and utilities☆166Updated 3 years ago
- Managed replacement of System.Reflection[.Emit]☆130Updated 7 years ago
- BPlusTree and other collections moved from http://code.google.com/p/csharptest-net☆109Updated 4 years ago
- Multi-threaded .NET high performance Least Recently Used cache with async/await support shipped as source-only NuGet package☆82Updated 5 years ago
- A .NET implementation of the RAFT consensus algoritm☆78Updated 11 years ago
- API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul lib☆167Updated last year
- Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.☆151Updated 5 years ago
- Linux Transport for Kestrel☆120Updated 3 years ago
- Implements change notification for properties (ie: INotifyPropertyChanged) using IL weaving and a custom Visual Studio build task.☆49Updated 2 years ago
- .NET deadlock detection library to track down async/await related deadlocks with minimal overhead and effort.☆50Updated 3 years ago
- ☆115Updated 11 years ago
- A managed Tls Library without all the baggage☆59Updated 6 years ago
- Port of Google's farmhash algorithm to .NET☆62Updated 10 months ago
- Easy to use extensible calculator for .NET. Demonstrates Sprache toolkit grammar inheritance.☆45Updated 5 years ago
- Scratch pad for various expression tree improvements.☆82Updated 2 years ago
- Provides multiple ClrMD enhancements including LINQPad integration.☆134Updated 4 years ago
- This project contains networking primitives for use with .NET.☆94Updated 3 years ago
- A Visual Studio extension that provides syntax highlighting for the IL (Intermediate Language) and project templates for C#, F# and Visua…☆119Updated 4 years ago
- Now superseded by Microsoft/vs-threading☆121Updated 6 years ago
- Generating async c# code using Roslyn☆47Updated 3 months ago
- DumpMiner is a tool for inspecting a .NET dump file or live process. The tool uses the ClrMD library.☆68Updated last year