WeSearch

Standing on shoulders: the stack that makes Floci start in ~24ms

·3 min read · 0 reactions · 0 comments · 18 views
#aws#opensource#technology#programming
Standing on shoulders: the stack that makes Floci start in ~24ms
TL;DR · WeSearch summary

Floci is an open-source AWS emulator that starts in approximately 24 milliseconds and uses only 13 MiB of RAM. Its performance is attributed to a stack of four well-established open-source projects, including Netty, Vert.x, Quarkus, and GraalVM Mandrel. This combination allows Floci to efficiently emulate 45 AWS services while maintaining high compatibility across various programming languages.

Key facts
About this source

DEV.to (Top) files mainly under programming. We currently carry 4,877 of its stories.

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 805260) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Hector Ventura Posted on May 21 Standing on shoulders: the stack that makes Floci start in ~24ms #aws #java #quarkus #opensource Floci starts in 24ms and idles at 13 MiB of RAM. That number gets attention, and it tends to obscure the real story. It isn't about one clever optimization. It's about four open-source projects that have been quietly perfecting their respective jobs for years, stacked on top of each other in a way that makes the whole thing possible.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)