- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 154 for comparisons (0.06 seconds)
-
guava/src/com/google/common/collect/MinMaxPriorityQueue.java
// Since the last element of the heap is from the bottom level, we // optimistically fill index position with elements from lower levels, // moving the hole down. In most cases this reduces the number of // comparisons with toTrickle, but in some cases we will need to bubble it // all the way up again. int vacated = heap.fillHoleAt(index); // Try to see if toTrickle can be bubbled up min levels.Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 13:11:08 GMT 2026 - 34K bytes - Click Count (0) -
docs/zh/docs/alternatives.md
# 替代方案、灵感与对比 { #alternatives-inspiration-and-comparisons } 是什么启发了 **FastAPI**,它与替代方案的比较,以及它从中学到的东西。 ## 介绍 { #intro } 没有前人的工作,就不会有 **FastAPI**。 在它诞生之前,已经有许多工具为其提供了灵感。 我曾经多年避免创建一个新框架。起初,我尝试用许多不同的框架、插件和工具来解决 **FastAPI** 所覆盖的全部功能。 但在某个时刻,除了创造一个能提供所有这些功能的东西之外,别无选择;它要吸收以往工具的最佳理念,并以尽可能好的方式组合起来,利用之前都不存在的语言特性(Python 3.6+ 类型提示)。 ## 先前的工具 { #previous-tools } ### [Django](https://www.djangoproject.com/) { #django }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 20.1K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Iterables.java
* * <p><b>Java 8+ users:</b> several common uses for this class are now more comprehensively * addressed by the new {@link java.util.stream.Stream} library. Read the method documentation below * for comparisons. This class is not being deprecated, but we gently encourage you to migrate to * streams. * * <p><i>Performance notes:</i> Unless otherwise noted, all of the iterables produced in this classCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 16 18:35:28 GMT 2025 - 43.8K bytes - Click Count (0) -
guava/src/com/google/common/collect/Iterables.java
* * <p><b>Java 8+ users:</b> several common uses for this class are now more comprehensively * addressed by the new {@link java.util.stream.Stream} library. Read the method documentation below * for comparisons. This class is not being deprecated, but we gently encourage you to migrate to * streams. * * <p><i>Performance notes:</i> Unless otherwise noted, all of the iterables produced in this classCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 43.6K bytes - Click Count (0) -
docs/zh-hant/docs/alternatives.md
# 替代方案、靈感與比較 { #alternatives-inspiration-and-comparisons } 啟發 FastAPI 的來源、與其他方案的比較,以及從中學到的內容。 ## 介紹 { #intro } 沒有前人的工作,就不會有 **FastAPI**。 在它誕生之前,已經有許多工具啟發了它的設計。 我多年來一直避免打造新框架。起初我嘗試用許多不同的框架、外掛與工具,來實作 **FastAPI** 涵蓋的所有功能。 但在某個時間點,除了創建一個能提供所有這些功能、汲取前人工具的優點,並以最佳方式組合起來、同時運用過去甚至不存在的語言特性(Python 3.6+ 的型別提示)之外,已別無他法。 ## 先前的工具 { #previous-tools } ### [Django](https://www.djangoproject.com/) { #django }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 20K bytes - Click Count (0) -
docs/ja/docs/alternatives.md
# 代替ツールから受けたインスピレーションと比較 { #alternatives-inspiration-and-comparisons } 何が**FastAPI**にインスピレーションを与えたのか、他の代替ツールと比較してどうか、そしてそこから何を学んだのかについて。 ## はじめに { #intro } **FastAPI**は、代替ツールのこれまでの働きがなければ存在しなかったでしょう。 以前に作られた多くのツールが、作成における刺激として役立ってきました。 私は数年前から新しいフレームワークの作成を避けてきました。まず、**FastAPI**でカバーされているすべての機能を、さまざまなフレームワーク、プラグイン、ツールを使って解決しようとしました。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 30.6K bytes - Click Count (0) -
docs/tr/docs/alternatives.md
# Alternatifler, İlham Kaynakları ve Karşılaştırmalar { #alternatives-inspiration-and-comparisons } **FastAPI**'a nelerin ilham verdiği, alternatiflerle nasıl karşılaştırıldığı ve onlardan neler öğrendiği. ## Giriş { #intro } Başkalarının daha önceki çalışmaları olmasaydı, **FastAPI** var olmazdı. Önceden oluşturulan birçok araç, ortaya çıkışına ilham verdi.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 24K bytes - Click Count (0) -
docs/ru/docs/alternatives.md
# Альтернативы, источники вдохновения и сравнения { #alternatives-inspiration-and-comparisons } Что вдохновило **FastAPI**, сравнение с альтернативами и чему он у них научился. ## Введение { #intro } **FastAPI** не существовал бы без предыдущих работ других людей. Было создано множество инструментов, которые вдохновили на его появление.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 37.1K bytes - Click Count (0) -
src/bytes/bytes_test.go
func BenchmarkIndexByte(b *testing.B) { benchBytes(b, indexSizes, bmIndexByte(IndexByte)) } // indexBytePortable use as the baseline for performance comparisons. func indexBytePortable(s []byte, c byte) int { for i, b := range s { if b == c { return i } } return -1 } func BenchmarkIndexBytePortable(b *testing.B) {
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Mar 11 03:07:05 GMT 2026 - 62.9K bytes - Click Count (0) -
docs/uk/docs/alternatives.md
# Альтернативи, натхнення та порівняння { #alternatives-inspiration-and-comparisons } Що надихнуло **FastAPI**, як він порівнюється з альтернативами та чого він у них навчився. ## Вступ { #intro } **FastAPI** не існувало б, якби не попередні роботи інших. Раніше було створено багато інструментів, які надихнули на його створення.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 37.2K bytes - Click Count (0)