Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 65 for KiB (0.03 sec)

  1. internal/grid/connection.go

    	return c(ctx, network, address)
    }
    
    const (
    	defaultOutQueue    = 65535    // kind of close to max open fds per user
    	readBufferSize     = 32 << 10 // 32 KiB is the most optimal on Linux
    	writeBufferSize    = 32 << 10 // 32 KiB is the most optimal on Linux
    	defaultDialTimeout = 2 * time.Second
    	connPingInterval   = 10 * time.Second
    	connWriteTimeout   = 3 * time.Second
    )
    
    type connectionParams struct {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  2. src/runtime/mbitmap.go

    	// class where malloc headers match this overhead for 64-bit platforms is
    	// 512 bytes (8 KiB / 512 bytes * 8 bytes-per-header = 128 bytes of overhead).
    	// On 32-bit platforms, this same point is the 256 byte size class
    	// (8 KiB / 256 bytes * 8 bytes-per-header = 256 bytes of overhead).
    	//
    	// Guaranteed to be exactly at a size class boundary. The reason this value is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  3. src/runtime/export_test.go

    	// to reference all the relevant chunks. The worst-case
    	// memory usage here is 512 MiB, but tests generally use
    	// small offsets from BaseChunkIdx, which results in ~100s
    	// of KiB in memory use.
    	//
    	// This may still be worth making better, at least by sharing
    	// this fairly large array across calls with a sync.Pool or
    	// something. Currently, when the tests are run serially,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:50:53 UTC 2024
    - 46.1K bytes
    - Viewed (0)
  4. src/crypto/tls/common.go

    	maxHandshake               = 65536        // maximum handshake we support (protocol max is 16 MB)
    	maxHandshakeCertificateMsg = 262144       // maximum certificate message size (256 KiB)
    	maxUselessRecords          = 16           // maximum number of consecutive non-advancing records
    )
    
    // TLS record types.
    type recordType uint8
    
    const (
    	recordTypeChangeCipherSpec recordType = 20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go

    	}
    	i = bidiIndex[uint32(i)<<6+uint32(s[2])]
    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // bidiTrie. Total size: 16128 bytes (15.75 KiB). Checksum: 8122d83e461996f.
    type bidiTrie struct{}
    
    func newBidiTrie(i int) *bidiTrie {
    	return &bidiTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 110.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/cases/tables9.0.0.go

    	}
    	i = caseIndex[uint32(i)<<6+uint32(s[2])]
    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // caseTrie. Total size: 11742 bytes (11.47 KiB). Checksum: 795fe57ee5135873.
    type caseTrie struct{}
    
    func newCaseTrie(i int) *caseTrie {
    	return &caseTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 92.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/text/cases/tables10.0.0.go

    	}
    	i = caseIndex[uint32(i)<<6+uint32(s[2])]
    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // caseTrie. Total size: 11892 bytes (11.61 KiB). Checksum: c6f15484b7653775.
    type caseTrie struct{}
    
    func newCaseTrie(i int) *caseTrie {
    	return &caseTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/text/cases/tables13.0.0.go

    	}
    	i = caseIndex[uint32(i)<<6+uint32(s[2])]
    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // caseTrie. Total size: 12538 bytes (12.24 KiB). Checksum: af4dfa7d60c71d4c.
    type caseTrie struct{}
    
    func newCaseTrie(i int) *caseTrie {
    	return &caseTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 100.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/cases/tables11.0.0.go

    	}
    	i = caseIndex[uint32(i)<<6+uint32(s[2])]
    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // caseTrie. Total size: 12250 bytes (11.96 KiB). Checksum: 53ff6cb7321675e1.
    type caseTrie struct{}
    
    func newCaseTrie(i int) *caseTrie {
    	return &caseTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 97.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/cases/tables12.0.0.go

    	}
    	i = caseIndex[uint32(i)<<6+uint32(s[2])]
    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // caseTrie. Total size: 12396 bytes (12.11 KiB). Checksum: c0656238384c3da1.
    type caseTrie struct{}
    
    func newCaseTrie(i int) *caseTrie {
    	return &caseTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 99.2K bytes
    - Viewed (0)
Back to top