Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 74 for Parallel (0.06 seconds)

  1. android/guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java

       * make it load its own version of FinalizableReferenceQueue. Then we need to interact with that
       * parallel version through reflection in order to exercise the parallel
       * FinalizableReferenceQueue, and then check that the parallel ClassLoader can be
       * garbage-collected after that.
       */
    
      public static class MyFinalizableWeakReference extends FinalizableWeakReference<Object> {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Feb 26 02:41:17 GMT 2026
    - 7.7K bytes
    - Click Count (0)
  2. docs/en/docs/async.md

    ### Parallel Burgers { #parallel-burgers }
    
    Now let's imagine these aren't "Concurrent Burgers", but "Parallel Burgers".
    
    You go with your crush to get parallel fast food.
    
    You stand in line while several (let's say 8) cashiers that at the same time are cooks take the orders from the people in front of you.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 23.4K bytes
    - Click Count (0)
  3. guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java

       * make it load its own version of FinalizableReferenceQueue. Then we need to interact with that
       * parallel version through reflection in order to exercise the parallel
       * FinalizableReferenceQueue, and then check that the parallel ClassLoader can be
       * garbage-collected after that.
       */
    
      public static class MyFinalizableWeakReference extends FinalizableWeakReference<Object> {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Feb 26 02:41:17 GMT 2026
    - 7.7K bytes
    - Click Count (0)
  4. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "excludeRuleMergingBuild",
        "linux" : 233
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.corefeature.LargeDependencyGraphPerformanceTest.resolve large dependency graph (parallel = false, locking = true)",
      "durations" : [ {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 04:45:09 GMT 2026
    - 26.1K bytes
    - Click Count (0)
  5. android/guava/src/com/google/common/graph/Network.java

       * an edge connecting node A to node B if this {@link Network} has an edge connecting A to B.
       *
       * <p>If this network {@link #allowsParallelEdges() allows parallel edges}, parallel edges will be
       * treated as if collapsed into a single edge. For example, the {@link #degree(Object)} of a node
       * in the {@link Graph} view may be less than the degree of the same node in this {@link Network}.
       */
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 11 01:10:31 GMT 2026
    - 17.6K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/suggest/index/SuggestIndexer.java

     * <li>{@link #roleFieldName} - Role field name.</li>
     * <li>{@link #langFieldName} - Language field name.</li>
     * <li>{@link #badWords} - List of bad words.</li>
     * <li>{@link #parallel} - Flag for parallel processing.</li>
     * <li>{@link #readingConverter} - Reading converter.</li>
     * <li>{@link #contentsReadingConverter} - Contents reading converter.</li>
     * <li>{@link #normalizer} - Normalizer.</li>
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 20.9K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/suggest/index/operations/ContentIndexingOperations.java

         * @param readingConverter The reading converter
         * @param contentsReadingConverter The contents reading converter
         * @param normalizer The normalizer
         * @param parallel Whether to use parallel processing
         */
        public ContentIndexingOperations(final Client client, final SuggestSettings settings, final ExecutorService threadPool,
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 21.7K bytes
    - Click Count (0)
  8. docs/ko/docs/async.md

    <img src="/img/async/parallel-burgers/parallel-burgers-04.png" class="illustration">
    
    그러다 점원/요리사 👨‍🍳 가 카운터 앞에서 오랫동안 기다린 🕙 끝에 마침내 햄버거를 가지고 돌아옵니다.
    
    <img src="/img/async/parallel-burgers/parallel-burgers-05.png" class="illustration">
    
    여러분은 햄버거를 받아 짝사랑 상대와 테이블로 갑니다.
    
    그냥 먹고, 끝입니다. ⏹
    
    <img src="/img/async/parallel-burgers/parallel-burgers-06.png" class="illustration">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 27.5K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/async.md

    <img src="/img/async/parallel-burgers/parallel-burgers-02.png" class="illustration">
    
    收銀員走進廚房準備食物。
    
    你站在櫃檯前等待 🕙,以免其他人先拿走你的漢堡,因為這裡沒有號碼牌系統。
    
    <img src="/img/async/parallel-burgers/parallel-burgers-03.png" class="illustration">
    
    由於你和戀人都忙著不讓別人搶走你的漢堡,等漢堡準備好時,你根本無法專心和戀人互動。😞
    
    這是「同步」(synchronous)工作,你和收銀員/廚師 👨‍🍳 是「同步化」的。你必須等到 🕙 收銀員/廚師 👨‍🍳 完成漢堡並交給你的那一刻,否則別人可能會拿走你的餐點。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 21.7K bytes
    - Click Count (0)
  10. docs/zh/docs/async.md

    ### 并行汉堡 { #parallel-burgers }
    
    现在让我们假设不是"并发汉堡",而是"并行汉堡"。
    
    你和你的恋人一起去吃并行快餐。
    
    你站在队伍中,同时是厨师的几个收银员(比方说8个)从前面的人那里接单。
    
    你之前的每个人都在等待他们的汉堡准备好后才离开柜台,因为8名收银员都会在下一份订单前马上准备好汉堡。
    
    <img src="/img/async/parallel-burgers/parallel-burgers-01.png" class="illustration">
    
    然后,终于轮到你了,你为你的恋人和你订购了两个非常精美的汉堡。
    
    你付钱了 💸。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 21.6K bytes
    - Click Count (0)
Back to Top