From 3afe8788545b3da08019828ee9e9b50cf7923b15 Mon Sep 17 00:00:00 2001 From: Louis Lazaris Date: Tue, 10 Dec 2019 04:30:45 -0500 Subject: [PATCH] Fix broken "localhost" link --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0f4df0c..2378022 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@ M.18254,8.697a.18149.18149,0,0,1-.12886-.31034L4.09723,4.34126.05369.29954a.18149.18149, 0,0,1,.2559-.2559L4.4838,4.21785a.18149.18149,0,0,1,0,.2559L.30958,8.648A.18149.18149, 0,0,1,.18254,8.697Z - " fill="currentColor">

Absolutely Fast

Packem is +2X faster than Parcel (with multicore compilation). It leverages close-to-the-metal Rust bindings to achieve zero-cost abstractions and fearless concurrency. The RC relies on V8’s JSON.parse() for faster parsing of larger module graphs.

Safe Binaries

Packem is precompiled into safe and efficient binaries. The upcoming v1.0-stable is expected to implement most parts of the RC in shared Rust libraries, hence improved speeds.

Versatile Plugin System

A comprehensive class-based approach is used to instantiate and rehydrate plugins into the bundling cycle. The PackemEventDispatcher API can be used to manage internal event hooks and create custom events during build time.

Parcel (v1.12.3) vs Packem (pre-alpha)