JavaScript Fast

Open-source JavaScript projects categorized as Fast

Top 23 JavaScript Fast Projects

  • pino

    🌲 super fast, all natural json logger

    Project mention: Advice on Node Logging to Google Cloud Platform | /r/node | 2023-06-01
  • autoComplete.js

    Simple autocomplete pure vanilla Javascript library.

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • csso

    CSS minifier with structural optimizations

    Project mention: What is a CSS minifier that works? | /r/SublimeText | 2023-03-04

    Not a ST plugin itself but I've used it for years: link

  • lenis

    How smooth scroll should be

    Project mention: Setting up Locomotive Scroll and GSAP/ScrollTrigger with Nuxt 3? | /r/Nuxt | 2023-04-27

    The documentation is written on the github: https://github.com/studio-freight/lenis

  • delaunator

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

    Project mention: Using Voronoi polygons for simplified continent generation | /r/proceduralgeneration | 2023-05-05

    Well, the easiest option would probably be to use a different Delaunay/Voronoi library. Delaunator (C# bindings here) should be a pretty good option: it's fast, and there's a good explanation of how to use the data structures it generates. There is some weirdness with how points at the edge of the domain work that you may have to work around, but that will probably be easier than trying to modify another algorithm or write your own. I know I've struggled to implement the algorithms for calculating Voronoi diagrams/Delaunay triangulations, even though I feel like I have a decent high-level understanding of how Fortune's algorithm is supposed to work.

  • fast-xml-parser

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

    Project mention: XML: read and write with Node.js | dev.to | 2022-12-10

    After experimenting with a few different XML parsers I settled on fast-xml-parser. It's fast, it's simple and it's well maintained. It also handles XML namespaces and attributes well. (This appears to be rare in XML parsers.)

  • apicache

    Simple API-caching middleware for Express/Node.

  • Klotho

    AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)

  • pbf

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

    Project mention: Outperform Protobuf.js with fixed-size encoding | /r/javascript | 2023-02-26

    does it beat https://github.com/mapbox/pbf ?

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

    Project mention: Slow update on selectable FlatList [Android] | /r/reactnative | 2022-09-18

    I read about FlashList, Big-List, RecyclerListView. I'll give it a try to check if any of them improves performance.

  • root-startpage

    A simple and clean startpage 🌟

    Project mention: Root, a simple and clean start-page | /r/startpages | 2022-12-11

    As a GNU/Linux I love to rice all kind of things, and my start-page is not an exception, and now I want to share with all of you my own start-page, root. Just added support to have a custom accent color per card, give it a shot!

  • oby

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

    Project mention: Voby: Simplifications Over Solid - No Babel, No Compiler | dev.to | 2022-09-26

    Hello 👋, my name is Fabio and in the process of trying to deeply understand the awesome Solid framework I ended up writing my own standalone reactivity library, Oby, and a Solid-like reactive framework on top of it, Voby.

  • geotic

    Entity Component System library for javascript

  • fast-speedtest-api

    fast.com API / CLI tool

    Project mention: How Can I Do This / Can This "Node" Api Be Used With React/Firebase? Building a Speedtest | /r/reactjs | 2022-07-07
  • react-fast-charts

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

  • reejs

    Make Sites Faster, without the need of building anything!

    Project mention: Open Source Repositories | dev.to | 2022-10-07

    @renhiyama - Reejs wants you to "Make Sites Faster, without the need of building anything!"

  • lz4-napi

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

    Project mention: Fast compression library for node.js | /r/node | 2022-09-29
  • slidesdown

    Slideshows as fast as you can type.

    Project mention: Zero Installation Slideshows in Markdown reaches v0.2.0 | news.ycombinator.com | 2023-02-11

    Here's an example: https://slidesdown.e-jc.de/?slides=https://github.com/jceb/s...

  • jsonhilo

    Fast lossless JSON parse event streaming, in JavaScript.

    Project mention: Fast streaming JSON parser in about 420 lines of JavaScript | /r/tinycode | 2022-10-22
  • KlyntarCore

    🌠👽🧬Homeland and core of all the symbiotes🌠👽🧬

    Project mention: KLYNTAR Virtual Machines. Part 0: KLY-EVM — shardable, low-level managed, mutable, and WASM-improved EVM. | dev.to | 2023-03-05

    Here is example

  • javascript-hasher

    Create variable-length checksums from all data types with a fast and unique hashing algorithm.

    Project mention: GitHub - frymimori/javascript-hasher: Create variable-length checksums from all data types with a fast and unique hashing algorithm. | /r/javascript | 2023-05-29
  • javascript-unicode-converter

    Create conversions between UTF-8, UTF-16 and UTF-32 encoding with a fast and unique Unicode conversion algorithm.

    Project mention: GitHub - frymimori/javascript-unicode-converter: Create conversions between UTF-8, UTF-16 and UTF-32 encoding with a fast and unique Unicode conversion algorithm. | /r/javascript | 2023-05-27
  • 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)

  • Sonar

    Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

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). The latest post mention was on 2023-06-01.

JavaScript Fast related posts

Index

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

Project Stars
1 pino 11,523
2 autoComplete.js 3,771
3 csso 3,664
4 lenis 3,618
5 delaunator 1,979
6 fast-xml-parser 1,944
7 apicache 1,184
8 pbf 740
9 react-native-big-list 483
10 root-startpage 240
11 oby 180
12 geotic 166
13 fast-speedtest-api 146
14 react-fast-charts 117
15 reejs 46
16 lz4-napi 38
17 slidesdown 24
18 jsonhilo 20
19 KlyntarCore 4
20 javascript-hasher 3
21 javascript-unicode-converter 2
22 ConwaysGameOfLife 0
23 palette 0
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
www.influxdata.com