Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.37 KB

What's this?

Some small experiments that might turn out helpful to someone.

Helpful libraries

C#

Instance Resolver

Really small+fast IoC/DI implementation (Available from NuGet)

Simple Singleton

Really small Singleton controller implementation

Simple locker

A simple concurrency controller for .Net

Queued Thread Pool

WordsBag

Simple implementation that resembles the behavior of string.StartsWith method focused on performance when filtering (or searching for that mater) on a large set of strings. Perfect for scenarios where a auto suggest is the desired result. ThreadSafe

Patterns and programming experiments

C#

Y Combinator

Continuation

Monads

Type Script

Probability