Tag

FIFO

1 views collected around this technical thread.

Dual-Track Product Journal
Dual-Track Product Journal
Jun 18, 2025 · Operations

How to Master Batch Mixing and FIFO for Short‑Shelf Products in Warehouses

This guide explains how to handle batch mixing of short‑shelf‑life items in warehouses and stores by establishing clear batch identifiers, maintaining batch‑level inventory ledgers, applying dynamic expiration calculations, and enforcing FIFO through precise inbound recording, storage adjustments, outbound prioritization, regular cycle counts, and staff training to minimize waste and improve turnover.

FIFObatch trackingexpiration control
0 likes · 12 min read
How to Master Batch Mixing and FIFO for Short‑Shelf Products in Warehouses
Dual-Track Product Journal
Dual-Track Product Journal
Apr 16, 2025 · Operations

When Should You Use FIFO vs FILO? A Practical Guide to Warehouse Strategies

This article explains the concepts of FIFO and FILO inventory methods, compares their advantages and suitable scenarios, provides four key questions to help choose the right approach, and shares real‑world case studies illustrating how companies apply these strategies to optimize stock turnover and cash flow.

FIFOFILOinventory management
0 likes · 6 min read
When Should You Use FIFO vs FILO? A Practical Guide to Warehouse Strategies
macrozheng
macrozheng
Dec 13, 2024 · Backend Development

How to Implement a FIFO Export Queue in Spring Boot to Prevent Performance Bottlenecks

To avoid performance degradation caused by simultaneous large‑scale data exports, this guide demonstrates building a fixed‑size FIFO export queue in Spring Boot, integrating EasyExcel for million‑row exports, handling asynchronous processing, and providing sample code for the queue, export service, and controller.

BackendConcurrencyExport Queue
0 likes · 12 min read
How to Implement a FIFO Export Queue in Spring Boot to Prevent Performance Bottlenecks
IT Architects Alliance
IT Architects Alliance
Sep 24, 2024 · Backend Development

Implementing a FIFO Export Queue for Large Data Exports in Java

The article describes a Java‑based FIFO export queue that limits concurrent MySQL export operations, outlines the related classes (ExportQueue, AbstractExport, ExportImpl, and a test controller), provides full source code, and presents test results showing how the queue manages up to ten simultaneous export requests.

ConcurrencyExportQueueFIFO
0 likes · 11 min read
Implementing a FIFO Export Queue for Large Data Exports in Java
Architect
Architect
Jul 16, 2024 · Backend Development

Design and Implementation of a FIFO Export Queue for Large Data Exports in Java

This article explains how to handle massive MySQL export operations by introducing a fixed‑size FIFO queue, detailing the Java classes ExportQueue, AbstractExport, and ExportImpl, and showing a test controller that demonstrates queue limits, concurrency handling, and future considerations.

BackendConcurrencyExport Queue
0 likes · 11 min read
Design and Implementation of a FIFO Export Queue for Large Data Exports in Java
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 8, 2023 · Frontend Development

Animating Chinese Character Transformations with D3.js: From SVG Paths to FIFO Queue Animation

This article demonstrates how to convert Chinese characters into SVG paths using Batik, then creates a D3.js animation that morphs one character into another, addressing path length mismatches with a FIFO‑style point‑by‑point transition and adding a swing effect via setInterval.

FIFOPath MorphingSVG
0 likes · 8 min read
Animating Chinese Character Transformations with D3.js: From SVG Paths to FIFO Queue Animation
IT Services Circle
IT Services Circle
Jun 10, 2022 · Fundamentals

Page Replacement Algorithms: OPT, FIFO, LRU, CLOCK, and LFU

This article reviews virtual memory concepts and explains five page replacement algorithms—Optimal (OPT), First‑In‑First‑Out (FIFO), Least Recently Used (LRU), CLOCK (including a simple and improved version), and Least Frequently Used (LFU)—detailing their principles, operation, advantages, drawbacks, and illustrative examples.

AlgorithmFIFOLRU
0 likes · 14 min read
Page Replacement Algorithms: OPT, FIFO, LRU, CLOCK, and LFU