GO App has very bad performance vs. NodeJS version. Seeking answers.

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • regextest-golang

  • https://github.com/mdrideout/regextest-golang/blob/master/main.go#L103-L119

  • go-pcre

    Perl Compatible Regular Expression for Go

  • If you want faster performance at the cost of potentially decreased safety, look at the fast-performing go examples in the benchmark I linked which bind to `libpcre`. Like this or this.

  • 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
  • golang-pkg-pcre

  • If you want faster performance at the cost of potentially decreased safety, look at the fast-performing go examples in the benchmark I linked which bind to `libpcre`. Like this or this.

  • participle

    A parser library for Go

  • Maybe instead of regex you could look into other options.

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