Tech Blog

The Bundler

9nd December, 2022 - 2 min read

Byron Fisher

Co-founder

G'day,

This will be my first tech blog, so bear with me.

Previously I mentioned how we use Cloudflare workers to handle a large portion of our Elandra platform. If you haven't already, I highly suggest your read my Project Forever ISE blog post.

Let's break into the Bundler system. What is it?

It is a microtransaction bundler, enabling our system to recognise, identify, and bundle requests in advance but "smart". A bit of a mumbo jumbo, but I will explain how and why we are doing it.

Let's start with the why?

We have established that a returning user reconnecting to our system makes one request using 285 Bytes, and a single Cloudflare request is 4KB;. It would be very wasteful not to utilise the other 3.715KB.

How:

Due to the nature of our system, being modular, and how we handle internal requests, we can see every bit and byte that is required to create X.

Results:

For now, the bundler is averaging a 77% cost reduction overall. We expect better results in the future once our fillers work more efficiently/learn over time.

Cheers,

Byron

Facebook Linkedin whatsapp Email