Urgent.News

What's breaking now, across thousands of outlets.

Tech

I measured what my 11 Actors cost to run. The 96x spread was mostly one config field.

I wrote this article twice. The first version was finished, proofread, and queued to publish. Then someone asked a question about one number in it, and the thesis came apart. I am publishing the second version, along with the part where I was wrong, because the mistake turned out to be more useful than the article I meant to write. What I set out to do Pay-per-event pricing asks you to name a…

I measured the costs of running 11 Actors on a platform. The results showed a 96 times spread, primarily due to one configuration field. The source material highlights the costs per 1,000 rows for various jobs and mentions that the most expensive Actor, despite being free, had 8 times more RAM than the others. The investigation revealed that the high cost was due to memory usage rather than the Actor's code.

Upon testing with different memory settings, the throughput remained the same, showing that the RAM cost was not being utilized. The corrected ranking of Actors based on cost and rows per second is provided, with the free Actor now in the middle of the spread. The article emphasizes that the initial story was well-supported but incorrect, and that a single derived number can give a confidently wrong ranking if not properly checked.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

10 Developer Tools That Can Save You Time Every Day

As developers, a surprising amount of time is spent on small tasks. Formatting JSON, encoding Base64, generating hashes, decoding JWTs, testing regular expressions, converting timestamps — none of…

  • MazdaDev streamlines developer tasks by combining utilities into one workspace.
  • Offers JSON Formatter, Base64 Encoder/Decoder, JWT Decoder, and more.
  • 7-day Pro trial available to test tools and features.

urning emailed spreadsheets into Magento orders without asking customers to change

Every B2B Magento store I've worked on has the same quiet leak. A chunk of the orders never touch the storefront. They arrive as an .xlsx exported from the buyer's purchasing system, a PDF purchase…

  • Salespeople create orders manually, bypassing storefront
  • Author proposes letting spreadsheets arrive in original format
  • Magento converts orders via draft review before finalization

Introducing TaxUI: A Modern Declarative HTML & CSS Framework with Zero JavaScript

Hey fellow developers! 👋 Like many of you, I've spent countless hours configuring build tools, writing endless strings of utility classes, or importing heavy JavaScript bundles just to achieve basic…

  • TaxUI is a JavaScript-free framework for modern web development.
  • Uses declarative HTML attributes for component building.
  • Lightweight at 14.8 KB gzipped, with sub-bundles as small as 1.4 KB.

More from Saturday 5 September →