英語 での Initial size の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Initial size of hashtable.
Ctrl+[ 0] to go back to the initial size.
Initial size for the ArrayList.
The 123456 is the initial size of the hashtbl.
Initial size of hashtable is not specified.
The above is a guide for initial sizes at installation.
The initial size of the memory for the underlying VM.
SBUF_FIXEDLEN The storage buffer is fixed at its initial size.
Bug fix: Initial size of float mode when large.
Choose the same value for the initial size and maximum size. .
B mke2fs will attempt to reserve enough space so thatthe filesystem may grow to 1024 times its initial size.
There mb 1344 show the initial size and maximum size shows me 2688 mb.
Maximum Size: Enter a value equal to twice the amount of the Initial Size value.
Adding an element: O(1) if the initial size of the table is larger than the number of elements it contains;
By default mke2fs will attempt to reserve enough space so thatthe filesystem may grow to 1024 times its initial size.
This means that the above memory instance has an initial size of 640KB, and a maximum size of 6.4MB.
Mobile To reduce the initial size of the Hearthstone mobile app, some sound files are now an optional download.
For reprocessing textiles into recycled fiber,Schutte-Buffalo offers two styles of slow speed shredder for the initial size reduction.
To delete a paging file, set both initial size and maximum size to zero, or click No paging file.
You can create one using the WebAssembly. Memory() constructor,which takes as arguments an initial size and(optionally) a maximum size. .
You can set the initial size(number of EC2 instances) of the group, along with the desired minimum and maximum size. .
Choose the option of Custom Size and then put the Initial size and Maximum size according to your convenience.
Allocating the Hashtable to an accurate size: Because the default size has been used,it's possible that a more accurate initial size could be used.
Large TCP Window- We increased the initial size of CloudFront's TCP window to 10 back in February, but we didn't say anything at the time.
If you create a database with the default setting for data storage,the data portion of the database will have an initial size of 1 megabyte(MB), and a growth increment of 1 MB.
The project has already shrunk from its initial size of 400 to 500 turbines, Johnson said, largely as a result of data from meteorological towers placed last year.
If you create a database with the default setting for log file storage,the log file portion of the database will have an initial size of 1 MB and a growth increment of 10 percent.
The MinDiffAreaFileSize registry is ignored, and the initial size of the diff area is calculated by other logic that's based on free space and filesystem size. .
In fact, this is often counter productive as the cost of theoverhead(algorithms usually need a dictionary that add to the initial size) can be higher than the extra gain in compression resulting in a larger file.
Adding a char: O(1) if the buffer is big enough, or O(log n)on average if the initial size of the buffer was much smaller than the number of bytes n.