Tag

capacity

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
May 11, 2024 · Fundamentals

Hash Table Summit: Storage Structure, Collision Resolution, Mapping, and Resizing

An imaginative conference narrates how various programming language implementations—Go's map, C++'s unordered_map, Java's HashMap, Python's dict, and C#'s HashTable—discuss storage structures, collision‑resolution strategies, hash‑to‑index mapping, and initial capacity and resizing policies, highlighting their differing algorithms and trade‑offs.

Data StructuresResizingcapacity
0 likes · 9 min read
Hash Table Summit: Storage Structure, Collision Resolution, Mapping, and Resizing
Architects' Tech Alliance
Architects' Tech Alliance
Nov 6, 2023 · Fundamentals

Comprehensive Guide to RAID Levels: Architecture, Fault Tolerance, Performance, and Capacity

This article provides a comprehensive overview of RAID technology, explaining disk groups, virtual disks, detailed characteristics of RAID 0, 1, 1ADM, 5, 6, 10, 10ADM, 1E, 50, and 60, and compares their fault tolerance, I/O performance, and storage capacity considerations.

Data RedundancyPerformanceRAID
0 likes · 26 min read
Comprehensive Guide to RAID Levels: Architecture, Fault Tolerance, Performance, and Capacity
Selected Java Interview Questions
Selected Java Interview Questions
Nov 18, 2022 · Backend Development

Understanding HashMap Initial Capacity and Proper Usage in Java

This article explains why specifying an initial capacity for Java's HashMap matters, illustrates common misuse cases, walks through the source code to show how capacity and resizing thresholds are calculated, and provides guidelines for choosing the correct capacity to avoid unnecessary rehashing.

HashMapPerformancebackend
0 likes · 7 min read
Understanding HashMap Initial Capacity and Proper Usage in Java
Model Perspective
Model Perspective
May 24, 2022 · Fundamentals

How to Maximize Flow in Networks: An Oil Pipeline Case Study

Exploring the fundamentals of the maximum flow problem, this article explains network flow concepts, outlines the three core properties of flow models, and demonstrates their application with an oil‑pipeline case study solved using NetworkX, concluding with key insights and a reference.

algorithmcapacitymaximum flow
0 likes · 4 min read
How to Maximize Flow in Networks: An Oil Pipeline Case Study