Info
| Version: | 1.0.0 | 
| Author(s): | Cem YILMAZ | 
| Last Update: | Thursday, July 28, 2016 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/cyilcode/GMem | 
| NuGet Url: | https://www.nuget.org/packages/GMem | 
Install
Install-Package GMem
                        dotnet add package GMem
                        paket add GMem
                        
                                GMem Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
                
* Very lightweight - GMem has only a few tiny functions and 2 objects
* Generic - You don't deal with data conversions and you don't have to call different functions for every data type.
* Object oriented - So that what makes your life easier doesn't make your code look bad.
* Extendable - I tried to keep the code as simple as i can so that you can extend it for your own work.