pljs
PLJS - Javascript Language Plugin for PostreSQL (by plv8)
winterjs
Winter is coming... ❄️ (by wasmerio)
pljs | winterjs | |
---|---|---|
2 | 3 | |
124 | 3,051 | |
3.2% | 0.7% | |
7.3 | 8.8 | |
about 1 month ago | about 1 month ago | |
C | JavaScript | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pljs
Posts with mentions or reviews of pljs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-08.
-
LLRT: A low-latency JavaScript runtime from AWS
pljs (https://github.com/plv8/pljs) is a postgres language plugin that also uses quickjs. given how much faster the startup is compared to v8, and that most postgres functions are very small and do very little compared to a node.js program, it is quite good.
I can definitely see aws' lambda operations gaining quite a bit from this.
- PLJS – JavaScript Language Plugin for PostreSQL
winterjs
Posts with mentions or reviews of winterjs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-04.
-
WinterJS vs. Bun: Comparing JavaScript runtimes
Below, we can see Bun’s performance: In this specific example, you can see that Bun performs better than WinterJS on my computer. WinterJS is said to run much better natively than when it runs using Wasmer, so this explains its underperformance in this test. A native result might look something like this instead: The sample result above comes from the WinterJS GitHub and shows how it does better natively with this very simple test.
-
The Upper Limits of WebAssembly Performance
Wasmer.io recently released an article announcing their Winter.js 1.0, however looking at the details of their benchmarks it shows that running Winter.js in wasm results in a 12x slow down in performance compared to native.
-
LLRT: A low-latency JavaScript runtime from AWS
curl https://github.com/wasmerio/winterjs | grep -i license # :-(
What are some alternatives?
When comparing pljs and winterjs you can also consider the following projects:
llrt - LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
pgproxy - Execute plv8 functions from node. Execute node functions from plv8.
wasix-libc - wasix libc implementation for WebAssembly
plv8 - V8 Engine Javascript Procedural Language add-on for PostgreSQL
winterjs
hermes - A JavaScript engine optimized for running React Native.
workerd - The JavaScript / Wasm runtime that powers Cloudflare Workers
spiderfire - JavaScript Runtime built with Mozilla's SpiderMonkey Engine