All Projects → busterwood → Goodies

busterwood / Goodies

Licence: apache-2.0
Useful stuff missing from .NET for example duck typing, CSP channels, caching, money, typed ids...

Projects that are alternatives of or similar to Goodies

Chan
Pure C implementation of Go channels.
Stars: ✭ 1,208 (+10881.82%)
Mutual labels:  channels, csp
Moneymanagerex
Money Manager Ex is an easy to use, money management application built with wxWidgets
Stars: ✭ 836 (+7500%)
Mutual labels:  money
Yoda
Wise and powerful personal assistant, available in your nearest terminal
Stars: ✭ 674 (+6027.27%)
Mutual labels:  money
Sample Hazelcast Spring Datagrid
sample spring-boot applications integrated with hazelcast imdg, and providing hot cache with hazelcast and striim
Stars: ✭ 16 (+45.45%)
Mutual labels:  caching
Lemonade Stand
A handy guide to financial support for open source
Stars: ✭ 6,513 (+59109.09%)
Mutual labels:  money
Kea
Composable Functional Programming in R
Stars: ✭ 18 (+63.64%)
Mutual labels:  collections
Channels
Golang channel helpers and special types
Stars: ✭ 664 (+5936.36%)
Mutual labels:  channels
Rw File Cache
🗄️ PHP File-based Caching Library
Stars: ✭ 10 (-9.09%)
Mutual labels:  caching
Hopp
Crazy rapid build system.
Stars: ✭ 24 (+118.18%)
Mutual labels:  caching
Go Money
Go implementation of Fowler's Money pattern
Stars: ✭ 887 (+7963.64%)
Mutual labels:  money
Laravel Collectable
Stars: ✭ 7 (-36.36%)
Mutual labels:  collections
Cryptocoins
Cryptocoins is the most complete vector/webfont icon pack of your favourite cryptocurrencies
Stars: ✭ 810 (+7263.64%)
Mutual labels:  money
Functions.js
📦 A hub of numerous functions with various functionalities
Stars: ✭ 22 (+100%)
Mutual labels:  collections
Cachecow
An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server
Stars: ✭ 745 (+6672.73%)
Mutual labels:  caching
Mintable
🍃 Automate your personal finances – for free, with no ads, and no data collection.
Stars: ✭ 849 (+7618.18%)
Mutual labels:  money
Nebulex
In-memory and distributed caching toolkit for Elixir.
Stars: ✭ 662 (+5918.18%)
Mutual labels:  caching
Money
A precise, type-safe representation of a monetary amount in a given currency
Stars: ✭ 817 (+7327.27%)
Mutual labels:  money
Eter
Lightweight collections for JavaScript
Stars: ✭ 16 (+45.45%)
Mutual labels:  collections
Stl.fusion
Get real-time UI updates in Blazor apps and 10-1000x faster API responses with a novel approach to distributed reactive computing. Fusion brings computed observables and automatic dependency tracking from Knockout.js/MobX/Vue to the next level by enabling a single dependency graph span multiple servers and clients, including Blazor apps running in browser.
Stars: ✭ 858 (+7700%)
Mutual labels:  caching
Money
A money and currency library for PHP
Stars: ✭ 855 (+7672.73%)
Mutual labels:  money

Build status Nuget

BusterWood.Goodies

So much useful & free stuff for .NET, built as a library for .NET Standard 2.0.

Selected highlights

  • BusterWood.Batching namespace contains classes for batching together asynchronous method calls for efficiency.
  • BusterWood.Caching namespace contains time and space effecient Cache<,> and ReadThroughCache<,>.
  • BusterWood.Channels namespace contains CSP-like communication between (logical) asynchronous threads, including buffered and multicast channels.
  • BusterWood.Collections namespace contains the time and space effecient UniqueList<> which implements both IList<> and ISet<>. Additionally HashLookup<,> and CircularQueue<> classes are provided.
  • BusterWood.Ducks namespace contains run-time duck typing.
  • BusterWood.Equality namespace contains run-time creation of equality comparers using property names.
  • BusterWood.Goodies namespace contains structs to ensure you don't mix up your customer and order identifiers, and extension methods for arrays, enums, TimeSpans and strings.
  • BusterWood.Linq namespace contains 20% faster LINQ via batching, additional LINQ methods and asynchronous enumerables.
  • BusterWood.Logging namespace contains Log static class for structured logging to Console.Error (StdErr).
  • BusterWood.Mapping namespace contains extension methods for copying objects with rules for name and type conversion.
  • BusterWood.Monies namespace contains Money struct to ensure that you don't add accidentally add GBP and USD together.
  • BusterWood.Reflect.Emit namespace contains extension methods for emiting IL via ILGenerator.
  • BusterWood.Restarting namespace contains RestartMonitoring that monitor failures in asychrous processes and restarts them on failure (with delay).
  • BusterWood.Testing namespace contains a simple testing library inspired by Go's testing package
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].