Войдите или зарегистрируйтесь
Вы сможете писать комментарии и посты, ставить лайки и другое
Поиск
Тёмная тема

Посты с тегом: size

Tivat airport: photos, video, how it works, and how to get there - first-hand experience

We arrived in Tivat from Belgrade. Although the airport is international, it's very small and can feel quite cramped. It likely wouldn't be able to handle two flights at the same time comfortably, as there simply isn't enough space in the terminal waiting areas.
As the plane approaches for landing, you can see mountains on both sides.
Показать полностью...
+2
6

How the size of the node_modules directory grows: the Nuxt example

Daniel Roe (author of Nuxt) reports that a new npm package will now be used for route analysis:

We've migrated Nuxt's file-system route generation to unrouting (#34316), which uses a trie data structure for constructing routes. The cold start is roughly the same (~8ms vs ~6ms for large apps), but dev server changes are up to 28x faster when you're not adding/removing pages, and ~15% faster even when you are.

https://github.com/nuxt/nuxt/releases/tag/v4.4.0

Performance improvements are always good. But what's happening under the hood? Looking at the GitHub changes:
Показать полностью...
+2
7
1