awesome-software-architecture VS Towel

Compare awesome-software-architecture vs Towel and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
awesome-software-architecture Towel
71 10
7,680 697
- -
8.9 0.0
almost 2 years ago 3 months ago
C# C#
Creative Commons Zero v1.0 Universal MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-software-architecture

Posts with mentions or reviews of awesome-software-architecture. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-02.

Towel

Posts with mentions or reviews of Towel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-10.
  • What your hidden nuget gems ?
    32 projects | /r/dotnet | 10 Mar 2023
    Towel - Throw in the towel! data structures, algorithms, mathematics, metadata, extensions, console, and more - https://github.com/ZacharyPatten/Towel
  • More C# Console Games
    2 projects | dev.to | 9 Feb 2022
    PacMan is... a PacMan clone in the console. Get the dots. Dodge the ghosts. It's not intended to be very faithful though. I didn't research the AI of the ghost, I just came up with my own AIs that worked. Here is what I did for the ghost AIs:     - Ghost a: follows you via Dijkstra Path Finding and updates every 6 frames (faster)     - Ghost b: randomly moves and updates every 6 frames (faster)     - Ghost c: follows you via Dijkstra Path Finding and updates every 12 frames (slower)     - Ghost d: randomly moves and updates every 12 frames (slower) Note: for this game I pulled in a reference to my nuget package Towel because it includes generic versions of the Dijkstra Path Finding algorithm.
  • Best data structures and algorithms packages?
    2 projects | /r/dotnet | 21 Jan 2022
    Can you give an example? BCL covers the most common algorithms and data structures, so...? There's also a whole pack of additional algorithms and data structures by u/ZacharyPatten: https://github.com/ZacharyPatten/Towel
  • What I learned about C# from job interviews
    2 projects | /r/csharp | 1 Feb 2021
    https://github.com/ZacharyPatten/Towel/blob/070d454f3fcdc5c632bf68547911718b324cf6ae/Examples/DataStructures/Program.cs#L247

What are some alternatives?

When comparing awesome-software-architecture and Towel you can also consider the following projects:

turborepo - Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo]

C# Algorithms - :books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#

Algorithmia - Algorithm and data-structure library for .NET 4.5.2+/Netstandard 2.0+. Algorithmia contains sophisticated algorithms and data-structures like graphs, priority queues, command, undo-redo and more.

awesome-system-design - A curated list of awesome System Design (A.K.A. Distributed Systems) resources.

xaml-math - A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks

awesome-java - A curated list of awesome frameworks, libraries and software for the Java programming language.

FastEndpoints - A light-weight REST API development framework for ASP.Net 6 and newer. [Moved to: https://github.com/FastEndpoints/Library]

Akade.IndexedSet - A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy string matching.

Cocona - Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.

UnitsNet - Makes life working with units of measurement just a little bit better.