article thumbnail

Binary search gets a sort key

WordAligned

Now we have a logarithmic lookup using binary search: from bisect import bisect_left def lookup(values, v): key = lambda x: (x < values[0], x) i = bisect_left(values, key(v), key=key) return i if (i < len(values) and values[i] == v) else -1. The table below shows the evolution of standard Python functions which sort and compare.

Lambda 72
article thumbnail

Continuous Integration / Continuous Delivery on AWS

Mike Roberts

Back in the Dim And Distant Past of 2003 I even co-led an open source project that brought some at-the-time interesting innovations to this area. Continuous Integration and Continuous Delivery (CI/CD) are techniques that I’ve had a passion about for a long time.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Continuous Integration / Continuous Delivery on AWS

Mike Roberts

Back in the Dim And Distant Past of 2003 I even co-led an open source project that brought some at-the-time interesting innovations to this area. Continuous Integration and Continuous Delivery (CI/CD) are techniques that I’ve had a passion about for a long time.

article thumbnail

Chaos Engineering at Datadog

LaunchDarkly

Our Chaos Monkey was like a Python script in AWS Lambda. Unfortunately, this Python script, Lambda, not really going to cut it in this day and age, especially as we move to Kubernetes. Audience: Hi, I actually listened to your previous talk about the Python script, to terminate using Lambda. It’s not 2003 anymore.

article thumbnail

Grown-Up Lean

LeanEssays

In 2003 and 2004 Google engineers released three groundbreaking papers: Web Search for a Planet: The Google Cluster Architecture, [4] The Google File System, [5] and MapReduce: Simplified Data Processing on Large Clusters. [6] What current – and future – technologies can we use to lower their costs?

article thumbnail

Customize small language models on AWS with automotive terminology

AWS Machine Learning - AI

OWNER NOTIFICATION BEGAN FEBRUARY 10, 2003. OWNER NOTIFICATION BEGAN FEBRUARY 10, 2003. THE AFFECTED VEHICLES ARE 1999 – 2003 CLASS A MOTOR HOMES MANUFACTURED ON F53 20,500 POUND GROSS VEHICLE WEIGHT RATING (GVWR), FORD CHASSIS, AND 2000-2003 CLASS A MOTOR HOMES MANUFACTURED ON W-22 22,000 POUND GVWR, WORKHORSE CHASSIS.