Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 121 - 130 of 380 for PERFORMANCE (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. CONTRIBUTING.md

    The most reliable way to build and test Guava is:
    
    ```shell
    ./mvnw clean install
    ```
    
    If you want to run a single test, you'll need to pass multiple flags because
    Guava is a multi-module project. For performance reasons, you may also wish to
    skip generating Javadoc. For example:
    
    ```shell
    ./mvnw clean install -Dtest=FinalizableReferenceQueueTest -DfailIfNoTests=false -Dmaven.javadoc.skip
    ```
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 17:53:05 GMT 2026
    - 4.3K bytes
    - Click Count (0)
  2. src/main/java/jcifs/internal/smb2/multichannel/ChannelInfo.java

        private final NetworkInterfaceInfo remoteInterface;
        private volatile ChannelState state;
        private final long establishedTime;
        private volatile long lastActivityTime;
    
        // Performance metrics
        private final AtomicLong bytesSent;
        private final AtomicLong bytesReceived;
        private final AtomicLong requestsSent;
        private final AtomicLong requestsReceived;
        private final AtomicLong errors;
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 21 11:13:46 GMT 2025
    - 10.6K bytes
    - Click Count (0)
  3. guava/src/com/google/common/collect/AbstractMultiset.java

     * {@link Multiset#entrySet()}, as do many methods acting on the set returned by {@link
     * #elementSet()}. Override those methods for better performance.
     *
     * @author Kevin Bourrillion
     * @author Louis Wasserman
     */
    @GwtCompatible
    abstract class AbstractMultiset<E extends @Nullable Object> extends AbstractCollection<E>
        implements Multiset<E> {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 5.9K bytes
    - Click Count (0)
  4. docs/en/docs/fastapi-cli.md

    ```
    
    </div>
    
    /// tip
    
    For production you would use `fastapi run` instead of `fastapi dev`. πŸš€
    
    ///
    
    Internally, **FastAPI CLI** uses [Uvicorn](https://www.uvicorn.dev), a high-performance, production-ready, ASGI server. 😎
    
    The `fastapi` CLI will try to detect automatically the FastAPI app to run, assuming it's an object called `app` in a file `main.py` (or a couple other variants).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  5. docs/en/docs/_llm-test.md

    * to decode
    
    * the exception
    * to raise
    
    * the expression
    * the statement
    
    * the frontend
    * the backend
    
    * the GitHub discussion
    * the GitHub issue
    
    * the performance
    * the performance optimization
    
    * the return type
    * the return value
    
    * the security
    * the security scheme
    
    * the task
    * the background task
    * the task function
    
    * the template
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 11K bytes
    - Click Count (0)
  6. src/main/java/jcifs/smb/SmbFileDirectoryLeasingExtension.java

    /**
     * Extension methods for SmbFile to support directory leasing functionality.
     *
     * This utility class provides static methods that enhance SmbFile operations with
     * directory leasing capabilities for improved performance through caching when
     * SMB3 directory leasing is available and enabled.
     */
    public class SmbFileDirectoryLeasingExtension {
    
        /**
         * Private constructor to prevent instantiation of this utility class
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 02:21:31 GMT 2025
    - 7.1K bytes
    - Click Count (0)
  7. guava-tests/test/com/google/common/collect/AbstractHashFloodingTest.java

    import junit.framework.TestCase;
    import org.jspecify.annotations.NullUnmarked;
    import org.jspecify.annotations.Nullable;
    
    /**
     * Abstract superclass for tests that hash flooding a collection has controlled worst-case
     * performance.
     */
    @GwtIncompatible
    @NullUnmarked
    public abstract class AbstractHashFloodingTest<T> extends TestCase {
      private final List<Construction<T>> constructions;
      private final IntToDoubleFunction constructionAsymptotics;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 9K bytes
    - Click Count (0)
  8. android/guava/src/com/google/common/base/Verify.java

     *       same function with more clarity.
     * </ul>
     *
     * <h3>Warning about performance</h3>
     *
     * <p>Remember that parameter values for message construction must all be computed eagerly, and
     * autoboxing and varargs array creation may happen as well, even when the verification succeeds and
     * the message ends up unneeded. Performance-sensitive verification checks should continue to use
     * usual form:
     *
     * {@snippet :
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Dec 29 17:36:00 GMT 2025
    - 18.5K bytes
    - Click Count (0)
  9. docs/en/docs/tutorial/bigger-applications.md

    So, behind the scenes, it will actually work as if everything was the same single app.
    
    ///
    
    /// check
    
    You don't have to worry about performance when including routers.
    
    This will take microseconds and will only happen at startup.
    
    So it won't affect performance. ⚑
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 19.2K bytes
    - Click Count (0)
  10. docs/uk/docs/index.md

    ΠšΠ»ΡŽΡ‡ΠΎΠ²Ρ– особливості:
    
    * **Π¨Π²ΠΈΠ΄ΠΊΠΈΠΉ**: Π΄ΡƒΠΆΠ΅ висока ΠΏΡ€ΠΎΠ΄ΡƒΠΊΡ‚ΠΈΠ²Π½Ρ–ΡΡ‚ΡŒ, Π½Π° Ρ€Ρ–Π²Π½Ρ– Π· **NodeJS** Ρ‚Π° **Go** (завдяки Starlette Ρ‚Π° Pydantic). [Один Ρ–Π· Π½Π°ΠΉΡˆΠ²ΠΈΠ΄ΡˆΠΈΡ… Python-Ρ„Ρ€Π΅ΠΉΠΌΠ²ΠΎΡ€ΠΊΡ–Π²](#performance).
    * **Π¨Π²ΠΈΠ΄ΠΊΠ΅ написання ΠΊΠΎΠ΄Ρƒ**: ΠΏΡ€ΠΈΡˆΠ²ΠΈΠ΄ΡˆΡƒΡ” Ρ€ΠΎΠ·Ρ€ΠΎΠ±ΠΊΡƒ Ρ„ΡƒΠ½ΠΊΡ†Ρ–ΠΎΠ½Π°Π»Ρƒ ΠΏΡ€ΠΈΠ±Π»ΠΈΠ·Π½ΠΎ Π½Π° 200%–300%. *
    * **МСншС ΠΏΠΎΠΌΠΈΠ»ΠΎΠΊ**: Π·ΠΌΠ΅Π½ΡˆΡƒΡ” ΠΏΡ€ΠΈΠ±Π»ΠΈΠ·Π½ΠΎ Π½Π° 40% ΠΊΡ–Π»ΡŒΠΊΡ–ΡΡ‚ΡŒ ΠΏΠΎΠΌΠΈΠ»ΠΎΠΊ, спричинСних людиною (Ρ€ΠΎΠ·Ρ€ΠΎΠ±Π½ΠΈΠΊΠΎΠΌ). *
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 29.1K bytes
    - Click Count (0)
Back to Top