JavaScript Fast

Open-source JavaScript projects categorized as Fast

Top 23 JavaScript Fast Projects

  • pino

    🌲 super fast, all natural json logger

  • Project mention: Errsole: The First Node.js Logger with a Built-In Dashboard | dev.to | 2024-05-09

    Logging is an essential component of any development project, especially in Nodejs. Usually, developers have relied on solutions like Winston, Pino, and AWS CloudWatch.

  • autoComplete.js

    Simple autocomplete pure vanilla Javascript library.

  • 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
  • csso

    CSS minifier with structural optimizations

  • Project mention: Optimize CSS with SAT Solving | news.ycombinator.com | 2024-03-17

    I may have skipped a step or 2 but that was basically it. I then used satcss' output with this tool

    https://css.github.io/csso/csso.html

    to beautify and further organize it

  • fast-xml-parser

    Validate XML, Parse XML and Build XML rapidly without C/C++ based libraries and no callback.

  • delaunator

    An incredibly fast JavaScript library for Delaunay triangulation of 2D points

  • csstree

    A tool set for CSS including fast detailed parser, walker, generator and lexer based on W3C specs and browser implementations

  • Project mention: Building a lightweight CSS formatter | dev.to | 2023-06-12

    After thinking about the problem for a while I realised that I could enlist the help of CSSTree to do some of the work. The CSS Analyzer is based on CSSTree's AST, so I know how the thing works and the dependency is already on the page, so no need to download more dependencies. Prettier + Postcss cost almost 340kB to download, which isn't huge, but it would be nice if we could reduce that amount.

  • apicache

    Simple API-caching middleware for Express/Node.

  • 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
  • pbf

    A low-level, lightweight protocol buffers implementation in JavaScript.

  • Project mention: Parquet-WASM: Rust-based WebAssembly bindings to read and write Parquet data | news.ycombinator.com | 2024-04-22

    it's been about 3 years, but in Grafana at the time we were using something like ArrowJS + Arrow Flight + protobuf.js and then render the datasets into dashboards on Canvas, especially for streaming at ~20hz.

    when i benchmarked the fastest lib to simply convert the protobuf decode (https://github.com/mapbox/pbf), it was 5x slower than native JSON parsing in browsers for dataframe-like structures (e.g. a few dozen 2k-long arrays of floats).

  • react-native-big-list

    This is a high performance list view for React Native with support for complex layouts using a similar FlatList usage to make easy the replacement. This list implementation for big list rendering on React Native works with a recycler focused on performance and memory usage and so it permits processing thousands items on the list.

  • reejs

    Make Sites Faster, without the need of building anything!

  • Project mention: Let's optimize dependency management with URL Imports | dev.to | 2023-10-13

    GitHub - rovelstars/reejs

  • root-startpage

    A simple and clean startpage 🌟

  • oby

    A rich Observable/Signal implementation, the brilliant primitive you need to build a powerful reactive system.

  • limu

    High performance immutable lib alternative to immer with the same api, based on shallow copy on read and mark modified on write mechanism.

  • Project mention: Focusing on optimization, surpassing immer, limu finally reaches the top of immutable data performance | dev.to | 2024-01-06

    limu is designed for modern browsers. It only considers the operating environment that supports Proxy and uses the mechanism of shallow copy on read and mark update on write. This allows users to operate variable data like original data. During the operation, only proxy objects are generated for the read nodes and returned to the user. After reading, the parent and child nodes are directly connected with shallow clone nodes. The proxy object is hidden in the meta data of the node. , after the operation is completed, a new data with structural sharing characteristics is generated, and the meta data generated during the reading process is removed.

  • geotic

    Entity Component System library for javascript

  • fast-speedtest-api

    fast.com API / CLI tool

  • react-fast-charts

    Blazing Fast Charting Library in React with loading time less than 50ms

  • lz4-napi

    Fastest lz4 compression library in Node.js, powered by napi-rs and lz4-flex.

  • beve

    High performance, tagged binary data specification

  • Project mention: Efficient Versatile Encoding (EVE) - A new, extremely fast binary data format | /r/cpp | 2023-09-20

    My main application is using BEVE with C++, but I would love assistance supporting more languages. I've just begun to develop code to load BEVE files with Matlab and Python (in the BEVE repository).

  • slidesdown

    Slideshows as fast as you can type.

  • jsonhilo

    Fast lossless JSON parse event streaming, in JavaScript.

  • KlyntarCore

    πŸŒ πŸ‘½πŸ§¬KLY main coreπŸŒ πŸ‘½πŸ§¬

  • ConwaysGameOfLife

    A super fast GPU and more specifically WebGL based version of Conway's game of life. (by RandomGamingDev)

  • Project mention: Random Conway's Game of Life implementation | /r/p5js | 2023-05-11
  • palette

    a tiny color scheme generator (by often)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Fast related posts

  • Errsole: The First Node.js Logger with a Built-In Dashboard

    3 projects | dev.to | 9 May 2024
  • Limu, the fastest immutable data JavaScript lib was borned

    3 projects | news.ycombinator.com | 21 Oct 2023
  • Advice on Node Logging to Google Cloud Platform

    1 project | /r/node | 1 Jun 2023
  • Setting up Locomotive Scroll and GSAP/ScrollTrigger with Nuxt 3?

    2 projects | /r/Nuxt | 27 Apr 2023
  • 10 Powerful Node.js Libraries Every Developer Should Know About

    10 projects | dev.to | 27 Apr 2023
  • Node.js 20 Released: Experimental Perms, new V8, and Single Executable Apps

    1 project | /r/node | 19 Apr 2023
  • What is the preferred stack for managing medium to large-size logs?

    2 projects | /r/node | 6 Apr 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

What are some of the best open-source Fast projects in JavaScript? This list will help you:

Project Stars
1 pino 13,323
2 autoComplete.js 3,899
3 csso 3,729
4 fast-xml-parser 2,373
5 delaunator 2,206
6 csstree 1,837
7 apicache 1,216
8 pbf 763
9 react-native-big-list 519
10 reejs 287
11 root-startpage 267
12 oby 228
13 limu 203
14 geotic 175
15 fast-speedtest-api 158
16 react-fast-charts 119
17 lz4-napi 47
18 beve 41
19 slidesdown 41
20 jsonhilo 27
21 KlyntarCore 6
22 ConwaysGameOfLife 0
23 palette 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com