- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 426 for performans (0.05 sec)
-
api/maven-api-model/src/main/java/org/apache/maven/api/model/ModelObjectProcessor.java
* is returned unchanged. The processor is cached for performance.</p> * * @param <T> the type of the model object * @param object the model object to process * @return the processed object */ static <T> T processObject(T object) { class ProcessorHolder { /** * Cached processor instance for performance. */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 4.3K bytes - Viewed (0) -
docs/fr/llm-prompt.md
* «/// check»: «/// check | vérifier» * «/// info»: «/// info» * «the docs»: «les documents» * «the documentation»: «la documentation» * «framework»: «framework» (do not translate to «cadre») * «performance»: «performance» * «type hints»: «annotations de type» * «type annotations»: «annotations de type» * «autocomplete»: «autocomplétion» * «autocompletion»: «autocomplétion»
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:41:43 UTC 2025 - 4.1K bytes - Viewed (0) -
CITATION.cff
family-names: Ramírez email: ******@****.*** identifiers: repository-code: 'https://github.com/fastapi/fastapi' url: 'https://fastapi.tiangolo.com' abstract: >- FastAPI framework, high performance, easy to learn, fast to code, ready for production keywords: - fastapi - pydantic - starletteRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Jul 29 23:35:07 UTC 2024 - 614 bytes - Viewed (0) -
docs/pt/docs/index.md
--- FastAPI é um moderno e rápido (alta performance) _framework web_ para construção de APIs com Python, baseado nos _type hints_ padrões do Python. Os recursos chave são: * **Rápido**: alta performance, equivalente a **NodeJS** e **Go** (graças ao Starlette e Pydantic). [Um dos frameworks mais rápidos disponíveis](#performance).
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 20:32:40 UTC 2025 - 24.5K bytes - Viewed (0) -
guava/src/com/google/common/io/CharStreams.java
* * <p>This method prioritizes convenience over performance: It reads the entire input into memory * immediately. To instead read and process lines individually, use an alternative like {@link * BufferedReader#lines()}. * * <p><b>Java 25+ users:</b> If the input is a {@link Reader}, you may prefer {@link * Reader#readAllLines()}. The two may have different performance characteristics for differentRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 29 13:56:24 UTC 2025 - 11.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/SMBSigningDigest.java
* message integrity and authenticity using MAC (Message Authentication Code) algorithms. * * @author mbechler */ public interface SMBSigningDigest { /** * Performs MAC signing of the SMB. This is done as follows. * The signature field of the SMB is overwritten with the sequence number; * The MD5 digest of the MAC signing key + the entire SMB is taken;
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.5K bytes - Viewed (0) -
docs/en/docs/deployment/manually.md
/// tip By adding the `standard`, Uvicorn will install and use some recommended extra dependencies. That including `uvloop`, the high-performance drop-in replacement for `asyncio`, that provides the big concurrency performance boost. When you install FastAPI with something like `pip install "fastapi[standard]"` you already get `uvicorn[standard]` as well. ///
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 6.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/configuration/internal/EnhancedCompositeBeanHelper.java
import org.eclipse.sisu.bean.DeclaredMembers; import org.eclipse.sisu.bean.DeclaredMembers.View; import org.eclipse.sisu.plexus.TypeArguments; /** * Optimized version of CompositeBeanHelper with caching for improved performance. * This implementation caches method and field lookups to avoid repeated reflection operations. */ public final class EnhancedCompositeBeanHelper { // Cache for method lookups: Class -> PropertyName -> MethodInfoRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 12 14:59:46 UTC 2025 - 12.3K bytes - Viewed (0) -
docs/features/events.md
* The size and frequency of the HTTP calls your application makes. If you’re making too many calls, or your calls are too large, you should know about it! * The performance of these calls on the underlying network. If the network’s performance isn’t sufficient, you need to either improve the network or use less of it. ### EventListener
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 7.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/MultiChannelManager.java
import org.slf4j.Logger; import org.slf4j.LoggerFactory; import jcifs.CIFSException; import jcifs.Configuration; /** * SMB3 Multi-Channel Manager. * * Manages multiple network connections for improved performance and redundancy * as specified in the SMB 3.x multi-channel feature. */ public class MultiChannelManager { private static final Logger log = LoggerFactory.getLogger(MultiChannelManager.class);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 20.5K bytes - Viewed (0)