feq-parse updates - Evaluation with arrays now supported!

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

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
  • feq-parse

    An equation parser class for Modern Fortran

  • For those who are new to feq-parse, this package allows users to define functions as character strings and evaluate them on-the-fly. In earlier versions of feq-parse, only scalar inputs were accepted to the evaluate methods. When working with Fortran arrays, this required a do-loop around the evaluate call which would re-evaluate the parser objects each time; this is slow! The latest updates on the master branch allow for you to pass rank 1 through rank 4 arrays to the evaluate methods, which provides significantly improved performance for evaluation of functions on arrays of independent variables. In a simple example, evaluating a gaussian on 10 million points, we show ~30x speedup with this new feature. While implementing this new feature, I've also added to the test suite and started tracking code coverage (we're hitting 92% coverage as of today!), which is now noted in the README. Currently, we're testing for gfortran-9 through gfortran-12 and the Intel OneAPI 2023.2.0 compilers on Ubuntu and gfortran-13 on Windows. There are currently some issues with the Intel Compiler builds that I'm working on resolving.

  • 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