BriefFiniteElementNet / BriefFiniteElement.Net

BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
GNU Lesser General Public License v3.0
154 stars 57 forks source link

Use object pool for matrix #83

Closed epsi1on closed 2 years ago

epsi1on commented 3 years ago

You did already mentioned to use nuget for ArrayPool instead of built-in array pool. BFE is compatible with NET4 But System.Buffers needs at least .NET 4.5 so i need to remove compatibility with NET4 and minimum version would be 4.5. What you do think? having support for NET4 is not critical, but i think better to keep compatibility with older dotnets.

Let discuss this in a separate issue.

Originally posted by @wo80 in https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/pull/81#issuecomment-692226612

epsi1on commented 2 years ago

It was not good idea, increased the complexity of code, also not so much performance achieve... Will remove it in next version.