JSPM CLI relaunch: import map package management tool
jspm.org
@guybedford,
@jspm
The JSPM CLI generates import maps:
- You can add packages to local import maps as you would with
npm install .
- The JSPM CLI respects
package.json version ranges. The module specifiers for packages can be mapped to node_modules directories, arbitrary module URLs and Content Delivery Network (CDN) providers.
Vite 4.3 performance benchmark
gist.github.com
@sapphi-red
Highlights:
- Vite 4.3 is much faster than Vite 4.2.1.
- Its performance is close to Turbopack now (sometimes it is slower, sometimes it is faster).
Get your free Retool Database: a managed PostgreSQL DB + spreadsheet-like data editor
retool.com
Sponsor
Build apps faster with a fully managed PostgreSQL database—no setup required. Create tables and fields by using a spreadsheet-like interface. Upload CSVs. And get 5GB of data storage free for one year.
Fast set operations via bigints
m.webtoo.ls
@lukastaegert
Quoting the Mastodon post: “If you ever have the need for high performance JavaScript Set comparisons, merges and intersections: BigInt has you covered! Provided you can assign an index to all possible Set elements.”
|