Urgent.News

What's breaking now, across thousands of outlets.

More in Tech

Vite+ — Chapter 3: Vite+ in Practice

In the previous chapter, we looked at what Vite+ is made of . We saw that Vite+ brings together tools such as: Vite Vitest Rolldown tsdown Oxlint Oxfmt Vite Task But knowing what these tools are is…

  • Installing Vite+ provides a vp command-line interface for JavaScript projects.
  • vp create command initiates a new Vite+ project with built-in templates.
  • vp dev starts the development server with fast hot module updates.

Two Iceberg Clients, One Protocol: Where the Time Goes

This article provides a step by step comparison of the Rust and Python clients for Apache Iceberg REST catalogs. It times both clients on the same operations against the same tables, then breaks one…

  • Rust Iceberg client is 1.90x to 4.29x faster than Python client on small calls
  • Majority of time difference due to HTTP library: reqwest (Rust) vs requests (Python)
  • pyiceberg supports 21 of 25 catalog endpoints, iceberg-catalog-rest supports 13

More from Friday 25 September →