V8 memory leak: Anybody use V8 flags with node or deno to not block I/O?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • native-messaging-nodejs

    Node.js Native Messaging host

  • native-messaging-deno

    Deno Native Messaging Host

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • native-messaging-quickjs

    QuickJS Native Messaging host

  • native-messaging-c

    C Native Messaging host

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • // Node.js Native Messaging host // guest271314, 10-9-2022 import {readSync, writeFileSync} from 'node:fs'; // Node.js Native Messaging host constantly increases RSS during usage // https://github.com/nodejs/node/issues/43654 process.env.UV_THREADPOOL_SIZE = 1; // Process greater than 65535 length input // https://github.com/nodejs/node/issues/6456 // https://github.com/nodejs/node/issues/11568#issuecomment-282765300 process.stdout._handle.setBlocking(true);

  • 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