Skip to content

atomicojs/perf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

performance comparison

Atomico has a size as a module of 4kB but when packaged its size is less than 3kB (GZIP). We carry out a comparison using the webcomponent counter existing in webcomponents.dev of Atomico, Lit, Preact and React as a base. component created with Atomico will in turn be able to:

  1. Size of the JS (Library + Component) sent to the browser

  2. Render time of 1000 components

  3. Lines of code written to solve the webcomponent.

scripts

## step 1
npm i

## step 2
npm run build

## step 3
npm run perf

the results of this benchmark are being used for the atomicojs.dev site

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors