Projects in Awesome Lists tagged with sequential-processing
A curated list of projects in awesome lists tagged with sequential-processing .
https://github.com/haseebulhassan437/chains-in-langchain
"Advanced LangChain workflows utilizing Google Gemini, OpenAI, and Anthropic for structured AI-driven text processing. This repository includes examples of sequential, parallel, and conditional chains for generating structured outputs, sentiment analysis, summarization, and interactive AI workflows."
conditional-chains langchain-workflows parallel-processing sequential-processing
Last synced: 21 Jun 2025
https://github.com/syed-m-nofel/text-processing-tool
A Tkinter-based application for text processing and word count analysis. It supports both sequential and parallel processing modes, allowing users to efficiently count word occurrences in large texts. Results can be saved to a file for further use.
parallel-processing python sequential-processing text-processing tkinter tkinter-python
Last synced: 04 Oct 2025
https://github.com/4i8/queuex
Queuex simplifies managing tasks in sequence, making it easy to handle various operations one after another. Whether you're processing data or handling requests, Queuex ensures tasks are organized and executed efficiently, streamlining your workflow.
asynchronous-task-management commonjs ecmascript-modules sequential-processing task-automation task-queue task-scheduling workflow-management
Last synced: 16 May 2025
https://github.com/ori88c/zero-overhead-keyed-promise-lock
An efficient keyed Promise lock for Node.js projects, ensuring the mutually exclusive execution of tasks associated with the same key. Key features include active key metrics and the ability to gracefully await the completion of all currently executing or pending tasks, making it ideal for robust production applications requiring smooth teardown.
async-lock check-and-abort critical-section event-loop-lock fifo-per-key graceful-teardown keyed-lock keyed-mutex keyed-promise-lock lock-by-key mutex mutex-lock nodejs promise-lock promises-in-javascript race-condition sequential sequential-per-key sequential-processing typescript
Last synced: 25 Feb 2026