Not serious: performance of an extreme monster class

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • csharpier

    CSharpier is an opinionated code formatter for c#.

  • I actually had a partial class of ~180 files in https://github.com/belav/csharpier that I just got rid of. The project originally started in typescript and when I converted it to c# it was easier to do the conversion by keeping functions in the same class. So most of the typescript functions ended up in one giant partial class. It felt really wrong, but it did work. Rider seemed to get confused by it though. Find and replace would just miss instances of things which didn't help when I was trying to refactor away from the monster partial.

  • NumSharp

    High Performance Computation for N-D Tensors in .NET, similar API to NumPy.

  • https://github.com/SciSharp/NumSharp/tree/master/src/NumSharp.Core/Backends/Default This is a monster class I wrote, a backend engine of Python's numpy ported to pure C#. Around 300k lines (mostly generated) Visual studio has no issues opening it but Rider and Resharper crash after 10 minutes of use after opening any of the partial files which will work if you turn of Solution-Wide Analysis.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 100% deterministic c# formatter

    2 projects | /r/csharp | 11 May 2023
  • Is there an all-in-one code style solution yet?

    2 projects | /r/csharp | 11 Feb 2023
  • Would you welcome top Level functions in C#

    1 project | /r/csharp | 7 Feb 2023
  • Dotnet, C#, code format on JetBrain IDE Rider

    2 projects | dev.to | 12 Jan 2023
  • Does anyone have the default/standard resharper roslyn equivalent rules (or close) in an .editorconfig?

    1 project | /r/dotnet | 20 Nov 2022