Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Matthias Endler

๐Ÿ‘ค Speaker
688 total appearances

Appearances Over Time

Podcast Appearances

Rust in Production
Radar with Jeff Kao

That's always a good thing that managers want to hear because saving costs becomes much easier if you can just shut down some of those nodes if you don't need them at the moment.

Rust in Production
Radar with Jeff Kao

How many queries per second does one box do?

Rust in Production
Radar with Jeff Kao

And how much CPU does it use, roughly?

Rust in Production
Radar with Jeff Kao

Would you say it's a rather CPU or compute bound problem or a storage or IO bound problem?

Rust in Production
Radar with Jeff Kao

Because on one side you have hashing, which can be very expensive, but maybe that's just a thing that you do at the beginning when you boot up and then it's not really as compute intense later on during operations.

Rust in Production
Radar with Jeff Kao

Or would you say, well, no, actually that is kind of the bottleneck?

Rust in Production
Radar with Jeff Kao

Or would you say, no, the storage part is the bottleneck?

Rust in Production
Radar with Jeff Kao

You said it yourself, lots of moving parts.

Rust in Production
Radar with Jeff Kao

What's the median latency of a forward geocoding request?

Rust in Production
Radar with Jeff Kao

And maybe a reverse geocoding request in comparison.

Rust in Production
Radar with Jeff Kao

And all of that with how many lines of Rust code in total for the server implementation at the moment?

Rust in Production
Radar with Jeff Kao

Are there any tips and tricks that you could share with people who are planning to build a larger Rust application?

Rust in Production
Radar with Jeff Kao

I'm thinking of composition patterns, usage of traits, how you structure your data, data objects, immutability, anything that comes to mind that you learned maybe that is uncommon in Ruby or Scala or any other language that you knew before?

Rust in Production
Radar with Jeff Kao

It's the root of all evil.

Rust in Production
Radar with Jeff Kao

That's right down my alley, even in a geocoding sense, because I recently wrote an article called Be Simple, and I'm very much in favor of that.

Rust in Production
Radar with Jeff Kao

Unfortunately, we're getting close to the end.