Skip to content

felipegtx/myGistFavorites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

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