Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for performans (0.13 seconds)

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

  1. docs/en/docs/release-notes.md

    * **Safer** types.
    * Better **performance** and **less energy** consumption.
    * Better **extensibility**.
    * etc.
    
    ...all this while keeping the **same Python API**. In most of the cases, for simple models, you can simply upgrade the Pydantic version and get all the benefits. 🚀
    
    In some cases, for pure data validation and processing, you can get performance improvements of **20x** or more. This means 2,000% or more. 🤯
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 19:06:15 GMT 2025
    - 586.7K bytes
    - Click Count (0)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    SetBytes checks that (x, y) are reduced modulo p, and that they are on // the curve, performing Steps 2-3 of Section 5.6.2.3.4. p, err := c.newPoint().SetBytes(peer.q) if err != nil { return nil, err } // Compute P according to Section 5.7.1.2. if _, err := p.ScalarMult(p, k.d); err != nil { return nil, err } // BytesX checks that the result is not the identity element, and returns the // x-coordinate of the result, performing Steps 2-5 of Section 5.7.1.2. return p.BytesX() } // isZero reports whether x...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Kubelet: improve the performance when waiting for a synchronization of the node list with the kube-apiserver ([#99336](https://github.com/kubernetes/kubernetes/pull/99336), [@neolit123](https://github.com/neolit123)) [SIG Node]
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Click Count (0)
  4. lib/fips140/v1.1.0-rc1.zip

    SetBytes checks that (x, y) are reduced modulo p, and that they are on // the curve, performing Steps 2-3 of Section 5.6.2.3.4. p, err := c.newPoint().SetBytes(peer.q) if err != nil { return nil, err } // Compute P according to Section 5.7.1.2. if _, err := p.ScalarMult(p, k.d); err != nil { return nil, err } // BytesX checks that the result is not the identity element, and returns the // x-coordinate of the result, performing Steps 2-5 of Section 5.7.1.2. return p.BytesX() } // isZero reports whether x...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top