khalidsalomao
-
Lz4.
by: khalidsalomaoNet - 2,937 total downloads
- last updated 7/2/2013
- Latest version: 1.0.98
Lz4.Net is a wrapper of the Lz4 lib (version r98): https://code.google.com/p/lz4/ http://fastcompression.blogspot.com.br/p/lz4.html LZ4 is a very fast lossless compression algorithm, providing compression... More information -
-
- 1,518 total downloads
- last updated 4/25/2014
- Latest version: 1.2.0.1
Simple lightweight AWS S3 Helper. Simplify usage of AWS S3 to get, move, put and delete objects. -
-
-
- 1,275 total downloads
- last updated 5/3/2015
- Latest version: 1.1.3
Simple key value storage using sqlite (C# - Source file). All member methods are thread-safe, so a instance can be safelly be accessed by multiple threads. All stored items are serialized to json by... More information -
-
-
- 950 total downloads
- last updated 2/19/2015
- Latest version: 1.1.0
Simple Object Comparer that generates a Diff between objects and is able to Patch one object to transforms into the other. Uses Newtonsoft Json.Net for Diff and Patch. (C# - Source file). Note: this nuget... More information -
-
-
- 803 total downloads
- last updated 5/6/2015
- Latest version: 1.0.4
A helper class with console arguments parsing, log initialization, configuration file loading. Uses NLog for logging. -
-
-
- 744 total downloads
- last updated 3/16/2015
- Latest version: 1.3.1
Detect File Encoding using Mozilla Charset Detector (UDE.CSharp). (C# - Source file). -
-
-
- 706 total downloads
- last updated 3/20/2015
- Latest version: 1.1.0
Simple lightweight object in-memory cache, with a background timer to remove expired objects. Fast in-memory cache for data that are expensive to create and can be used in a thread-safe manner. All stored... More information -
-
-
- 662 total downloads
- last updated 4/15/2013
- Latest version: 1.0.3
Synchronization helper: a static lock collection associated with a key. NamedLock manages the lifetime of critical sections that can be accessed by a key (name) throughout the application. It also have some... More information -
-
-
- 462 total downloads
- last updated 3/24/2015
- Latest version: 1.0.5
Simple configuration manager to get and set the values in the AppSettings section of the default configuration file (C# - Source file). Note: this nuget package contains csharp source code and depends on... More information -
-
- 427 total downloads
- last updated 2/19/2015
- Latest version: 1.1.0
Use C# as script. Simple helper for C# code runtime compilation and excution using Mono.CSharp.Evaluator (C# - Source file). Uses Mono.CSharp.dll version 3.12 -
-
- 378 total downloads
- last updated 8/10/2013
- Latest version: 1.0.4
A simple lightweight object pool for fast and simple object reuse. (C# - Source file) Fast lightweight thread-safe object pool for objects that are expensive to create or could efficiently be reused. Note:... More information -
-
-
- 301 total downloads
- last updated 4/16/2015
- Latest version: 2.0.0
Simple lightweight queue that stores data in a concurrent queue and periodically process the queued items. Userful for: * processing items in batches; * grouping data for later processing; * async processing... More information -
-
-
- 279 total downloads
- last updated 3/9/2015
- Latest version: 1.1.0
Simple ParallelTasks is a simple to use consumer-producer multithreading helper. (C# - Source file). Note: this nuget package contains c# source code and depends on .Net 4.0. -