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) Learn more →
Top 23 JavaScript Fast Projects
-
-
-
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!
-
Not a ST plugin itself but I've used it for years: link
-
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
-
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.
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.)
-
-
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)
-
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.
I read about FlashList, Big-List, RecyclerListView. I'll give it a try to check if any of them improves performance.
-
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.
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.
-
-
Project mention: How Can I Do This / Can This "Node" Api Be Used With React/Firebase? Building a Speedtest | /r/reactjs | 2022-07-07
-
-
@renhiyama - Reejs wants you to "Make Sites Faster, without the need of building anything!"
-
-
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...
-
Project mention: Fast streaming JSON parser in about 420 lines of JavaScript | /r/tinycode | 2022-10-22
-
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)
-
-
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.
JavaScript Fast related posts
- Advice on Node Logging to Google Cloud Platform
- Setting up Locomotive Scroll and GSAP/ScrollTrigger with Nuxt 3?
- 10 Powerful Node.js Libraries Every Developer Should Know About
- Node.js 20 Released: Experimental Perms, new V8, and Single Executable Apps
- What is the preferred stack for managing medium to large-size logs?
- What is a CSS minifier that works?
- Zero Installation Slideshows in Markdown reaches v0.2.0
-
A note from our sponsor - Klotho
klo.dev | 6 Jun 2023
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 |