The document describes a proposed algorithm called RAQ-FIG for mining frequent itemsets from transactional data streams. It operates using a sliding window model composed of basic windows. The algorithm has three phases: 1) initializing the sliding window by filling it with recent transactions from a buffer, 2) generating bit sequences for each basic window and finding frequent itemsets through bitwise operations, and 3) adapting the algorithm's processing based on available memory and quality metrics to ensure efficient resource usage and accurate results. The algorithm aims to account for computational resources and dynamically adjust the processing rate based on available memory while computing recent approximate frequent itemsets with a single pass.