awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to redspider1/concurrent

Open-source alternatives to Concurrent

30 open-source projects similar to redspider1/concurrent, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Concurrent alternative.

  • brianway/java-learningbrianway का अवतार

    brianway/java-learning

    4,293GitHub पर देखें↗

    This project is an instructional repository and learning resource providing a comprehensive collection of study notes, programming guides, and runnable source code examples. It serves as a guide for Java SE and Java web development, featuring a library of code samples that demonstrate common algorithms and technical implementations. The repository focuses on language core and runtime analysis, with detailed tutorials on multithreading and concurrency. It provides practical implementations of software architecture and design patterns, such as the singleton and strategy patterns, as well as exp

    Javajava
    GitHub पर देखें↗4,293
  • oldratlee/fucking-java-concurrencyoldratlee का अवतार

    oldratlee/fucking-java-concurrency

    1,213GitHub पर देखें↗

    This project is an educational resource providing a collection of executable Java code examples designed to demonstrate common multi-threading pitfalls and synchronization failures. It serves as a practical guide for developers to identify and debug issues such as race conditions, memory visibility problems, and deadlocks within concurrent software environments. The repository distinguishes itself by offering reproducible scenarios that simulate complex concurrency hazards, including structural corruption in non-thread-safe collections and cyclic dependencies between threads. By executing the

    Javaconcurrencyconcurrency-gotchasconcurrency-issue
    GitHub पर देखें↗1,213
  • leonardoz/java-concurrency-patternsLeonardoZ का अवतार

    LeonardoZ/java-concurrency-patterns

    1,607GitHub पर देखें↗

    This repository serves as a technical reference and educational resource for implementing concurrent programming patterns within the Java virtual machine. It provides a collection of examples and architectural approaches designed to manage shared state, thread synchronization, and task execution in multithreaded environments. The library focuses on foundational strategies for building scalable applications, including techniques for data isolation and the implementation of producer-consumer workflows. It covers a range of synchronization mechanisms, such as mutual exclusion for shared memory a

    Java
    GitHub पर देखें↗1,607

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • omonimus1/competitive-programmingomonimus1 का अवतार

    omonimus1/competitive-programming

    978GitHub पर देखें↗

    This repository serves as a comprehensive resource for competitive programming and technical interview preparation. It provides a structured collection of source code implementations for fundamental data structures and classic algorithmic problems, designed to help developers master core computer science concepts and efficient coding strategies. Beyond standard problem-solving, the project distinguishes itself by integrating software design patterns into its algorithmic implementations. It demonstrates how to apply structural and behavioral patterns—such as decorators, observers, and singleto

    C++algorithmalgorithms-and-data-structurescodechef-solutions
    GitHub पर देखें↗978
  • java-edge/java-concurrency-progamming-tutorialJava-Edge का अवतार

    Java-Edge/Java-Concurrency-Progamming-Tutorial

    1,228GitHub पर देखें↗

    This repository serves as a comprehensive educational resource for mastering multi-threaded development and high-performance task coordination within the Java ecosystem. It provides technical guidance on implementing thread-safe data structures and synchronization primitives to ensure data integrity and prevent race conditions in complex applications. The material covers essential strategies for building scalable and fault-tolerant backend systems. It details the integration of asynchronous message queues for component decoupling, the application of circuit breakers to maintain service resili

    Javaconcurrencyconcurrent-programmingcurrency
    GitHub पर देखें↗1,228
  • biaochenxuying/blogbiaochenxuying का अवतार

    biaochenxuying/blog

    4,774GitHub पर देखें↗

    This project is a frontend development blog and technical knowledge base. It serves as a software engineering reference and web development portfolio, providing a curated collection of articles and notes on front-end engineering, programming patterns, and computer science fundamentals. The site focuses on frontend engineering education and technical knowledge management. It covers software architecture patterns, web development workflows, and engineering interview preparation through the organization of technical guides and tutorials. The project's scope includes the documentation of browser

    HTMLalgorithmselement-uiexpress
    GitHub पर देखें↗4,774
  • uber-go/guideuber-go का अवतार

    uber-go/guide

    17,573GitHub पर देखें↗

    This project is a collection of guidelines and best practices for the Go programming language, providing a comprehensive style guide and set of programming standards. It establishes a framework for writing maintainable and performant source code through standardized naming, structuring, and organizational conventions. The guide focuses on specific patterns for concurrency, error handling, and performance optimization. It details methods for managing goroutine lifecycles to prevent race conditions, designing structured error wrapping and routing to maintain observability, and implementing memo

    Makefilebest-practicesgogolang
    GitHub पर देखें↗17,573
  • bebraw/jswikibebraw का अवतार

    bebraw/jswiki

    3,873GitHub पर देखें↗

    jswiki is a JavaScript documentation wiki and web development knowledge base. It serves as a structured repository of technical guides and references focused on JavaScript, HTML5, and WebGL development. The project functions as a markdown static site generator that converts markdown files into pre-rendered HTML pages. It provides specialized technical references for implementing modern web layouts and high-performance hardware-accelerated 2D and 3D graphics. The system incorporates static site generation, markdown content authoring, and asset-based resource bundling. It utilizes client-side

    JavaScript
    GitHub पर देखें↗3,873
  • qinjx/30min_guidesqinjx का अवतार

    qinjx/30min_guides

    7,107GitHub पर देखें↗

    This project is a technical knowledge base and learning resource providing concise, step-by-step guides and summaries designed for rapid technical onboarding. It functions as a repository of curated notes covering programming languages, development tools, and general technical principles. The collection includes specific instructional content such as shell scripting guides for system automation and text processing, as well as Objective-C development tutorials covering application logic, class interfaces, and protocol implementation. The resource also covers a broad range of non-programming d

    GitHub पर देखें↗7,107
  • cl0610/java-concurrencyCL0610 का अवतार

    CL0610/Java-concurrency

    4,590GitHub पर देखें↗

    This Java concurrency library provides a suite of tools for managing multi-threaded execution, synchronization, and memory consistency. It serves as a comprehensive framework for implementing concurrent execution through lock-free atomics, thread-safe collections, task coordination primitives, and worker pools. The project includes a dedicated thread synchronization toolkit featuring latches, barriers, and semaphores to coordinate the timing and order of concurrent tasks. It also provides a concurrent collection suite of maps, queues, and lists that enable data sharing without manual locking,

    concurrencyconcurrent-programminginterview
    GitHub पर देखें↗4,590
  • parallel101/courseparallel101 का अवतार

    parallel101/course

    4,166GitHub पर देखें↗

    This project is a technical curriculum and set of educational resources focused on parallel programming, high-performance computing, and systems programming. It provides a structured course covering the implementation of parallel algorithms and multithreading techniques for processing large datasets. The project includes a systems programming guide for modern language features, a framework for lock-free concurrency patterns, and a manual for optimizing CPU and GPU performance through assembly analysis and cache management. The material covers hardware performance tuning, the implementation o

    C++coursecppcpp17
    GitHub पर देखें↗4,166
  • crazyguitar/pysheeetcrazyguitar का अवतार

    crazyguitar/pysheeet

    8,150GitHub पर देखें↗

    pysheeet is a technical reference library providing a curated collection of code snippets and implementation patterns for advanced Python development, system integration, and high-performance computing. It serves as a comprehensive guide for implementing low-level network programming, native C extensions, and asynchronous and concurrent programming. The project provides specialized frameworks for the development and deployment of large language models, including tools for distributed GPU inference and high-performance serving. It also includes detailed patterns for high-performance computing

    Python
    GitHub पर देखें↗8,150
  • apachecn/interviewapachecn का अवतार

    apachecn/Interview

    8,944GitHub पर देखें↗

    This project is a comprehensive knowledge base and study resource designed for mastering technical interviews. It provides structured guides, roadmaps, and curricula focused on data structures, algorithms, system design, and frontend engineering to help candidates prepare for software engineering screenings. The repository distinguishes itself by offering a holistic approach to professional advancement. Beyond technical drills, it includes a career development handbook covering resume optimization, salary benchmarking, and strategic negotiation coaching. It also provides detailed methodologie

    Jupyter Notebookinterviewkaggleleetcode
    GitHub पर देखें↗8,944
  • mqyqingfeng/blogmqyqingfeng का अवतार

    mqyqingfeng/Blog

    31,108GitHub पर देखें↗

    This project is a markdown technical blog and frontend development knowledge base. It serves as a technical documentation archive and a curated repository of educational content focused on JavaScript internals and modern web frameworks. The project functions as a code example repository and a technical knowledge base, storing deep-dive articles, tutorials, and translated versions of official software documentation. It also includes curated industry news and weekly digests of security events and tool releases. The system organizes technical content into thematic series and columns to create s

    advancedblogjavascript
    GitHub पर देखें↗31,108
  • golang-design/go-questionsgolang-design का अवतार

    golang-design/go-questions

    6,374GitHub पर देखें↗

    go-questions is a technical knowledge base and study resource for the Go programming language. It serves as a curated collection of interview questions and detailed explanations focused on the internal principles and advanced patterns of the Go ecosystem. The project is implemented as a static site generated from markdown files, which separates the technical educational content from the presentation logic. The site uses a file-system-based content hierarchy to automate navigation and maps folder structures directly to public URLs. The platform covers areas of technical knowledge synthesis, l

    Gobookgolanginterview
    GitHub पर देखें↗6,374
  • giantray/stackoverflow-java-top-qagiantray का अवतार

    giantray/stackoverflow-java-top-qa

    5,092GitHub पर देखें↗

    This project is a comprehensive Java programming knowledge base and technical reference repository. It provides a curated collection of distilled answers, API documentation, and troubleshooting guides designed to help developers resolve common coding challenges and language pitfalls. The repository distinguishes itself through a structured architectural approach to knowledge, utilizing comparison-centric analysis to highlight trade-offs between different library implementations and language features. It aggregates high-impact community discussions into a standardized format, organizing techni

    GitHub पर देखें↗5,092
  • moonbingbing/openresty-best-practicesmoonbingbing का अवतार

    moonbingbing/openresty-best-practices

    3,620GitHub पर देखें↗

    This project is an API gateway optimization manual and implementation guide for OpenResty. It provides a collection of architectural patterns and coding standards for developing scriptable server logic using the Lua language within Nginx. The repository serves as a reference for extending web server functionality and optimizing network traffic gateways. It focuses on deployment strategies and high-performance coding patterns to reduce latency and increase request throughput. The content covers the development of custom gateway logic, edge computing workflows, and high-throughput network engi

    Lua
    GitHub पर देखें↗3,620
  • moabukar/tech-vaultmoabukar का अवतार

    moabukar/tech-vault

    3,351GitHub पर देखें↗

    tech-vault is a command-line technical interview bank and knowledge base designed for practicing engineering questions across various technical domains. It functions as a terminal-based application that stores structured study materials and interview questions as markdown files, which are then rendered directly within the system console. The project distinguishes itself through a delivery model that uses command-line argument parsing to filter content by topic or difficulty. It also includes a random selection algorithm to pick individual questions from the collection for spontaneous study se

    HCL
    GitHub पर देखें↗3,351
  • zpoint/cpython-internalszpoint का अवतार

    zpoint/CPython-Internals

    5,053GitHub पर देखें↗

    CPython-Internals is a technical implementation guide and reference for the CPython interpreter. It provides a detailed analysis of the internal C source code and architecture, focusing on the logic that governs the interpreter's behavior. The project documents the Python object model and the compilation pipeline, tracing the process from raw grammar and abstract syntax trees to executable bytecode. It also serves as a reference for C extension development, explaining how to interface with internal data structures and use the C API. The material covers memory management, including reference

    Cccpythoncpython-internals
    GitHub पर देखें↗5,053
  • trimstray/test-your-sysadmin-skillstrimstray का अवतार

    trimstray/test-your-sysadmin-skills

    11,667GitHub पर देखें↗

    This project is a Linux system administration question bank designed to evaluate knowledge of server management. It serves as a technical reference and study guide through a collection of curated questions and answers. The resource provides targeted preparation for technical interviews and professional exams. It specifically covers DevOps interview preparation, including containerization, continuous integration, and version control. The knowledge base spans several core competency areas, including system internals, kernel architectures, and the Linux boot process. It also includes materials

    answersbsdcheatsheets
    GitHub पर देखें↗11,667
  • bjmashibing/internetarchitectbjmashibing का अवतार

    bjmashibing/InternetArchitect

    4,277GitHub पर देखें↗

    InternetArchitect is an educational collection of documents and source code designed as a high concurrency architecture course. It serves as a distributed systems implementation guide, providing technical patterns and practical examples for designing scalable internet architectures that maintain stability under heavy traffic loads. The project focuses on high-performance database optimization and microservices design patterns. It covers strategies for reducing latency and increasing throughput via database sharding and proxy layers, as well as coordinating global state across distributed clus

    Java
    GitHub पर देखें↗4,277
  • boltzmannentropy/interviews.aiBoltzmannEntropy का अवतार

    BoltzmannEntropy/interviews.ai

    4,875GitHub पर देखें↗

    interviews.ai is a technical study resource and educational book designed for machine learning engineering roles. It serves as a comprehensive guide for mastering theoretical and practical fundamentals, specifically providing a collection of solved interview questions and answers focused on artificial intelligence and deep learning. The project covers core AI curriculum including information theory, Bayesian statistics, and neural network architectures. It provides instructional content and solved technical exercises to assist with deep learning interview preparation and machine learning exam

    GitHub पर देखें↗4,875
  • tlbootcamp/tlroadmaptlbootcamp का अवतार

    tlbootcamp/tlroadmap

    5,131GitHub पर देखें↗

    tlroadmap is an engineering leadership roadmap and management curriculum designed to guide the transition from technical contributor to leadership. It provides a structured set of competencies and a technical management knowledge base focused on organizational alignment, people management, and operational excellence. The project centers on a team lead competency map and professional development frameworks. It outlines the hard and soft skills required to manage developers and product strategy, including the creation of individual growth plans and the assessment of leadership competencies. Th

    Vuehacktoberfestmanagementroadmap
    GitHub पर देखें↗5,131
  • shfshanyue/daily-questionshfshanyue का अवतार

    shfshanyue/Daily-Question

    5,126GitHub पर देखें↗

    Daily-Question is a frontend interview preparation platform and technical knowledge base. It provides a structured engineering curriculum consisting of high-frequency interview questions and core technical topics organized by increasing difficulty. The platform includes an interview experience archive that collects real-world reports from technology companies to help users analyze hiring patterns and salary benchmarks. It also serves as a library for web engineering concepts and network protocols, utilizing interactive code examples and diagrams. The project covers broad capability areas inc

    Vuedevopsfe-interviewfrontend-interview
    GitHub पर देखें↗5,126
  • singgel/javasinggel का अवतार

    singgel/JAVA

    6,597GitHub पर देखें↗

    This project is a curated library of technical ebooks and guides focused on Java language learning, backend architecture, and Java Virtual Machine internals. It serves as a reference-driven knowledge base and a technical repository for software engineering principles. The collection provides specialized materials for studying Java backend architecture, including high-performance server-side development and concurrency. It includes a dedicated JVM technical reference for performance tuning and internal machine behavior, as well as resources for algorithm study and data structures. Additional

    GitHub पर देखें↗6,597
  • winterbe/java8-tutorialwinterbe का अवतार

    winterbe/java8-tutorial

    16,733GitHub पर देखें↗

    This project is a comprehensive programming tutorial and technical guide focused on the Java 8 language specification. It provides educational resources for implementing functional programming patterns, utilizing modern language syntax, and adopting updated API standards. The guide covers the transition to functional programming through the use of lambda expressions, method and constructor references, and functional interfaces. It also details the use of default interface methods to extend logic without breaking existing classes and the implementation of repeatable annotations. Additional co

    Java
    GitHub पर देखें↗16,733
  • lingcoder/onjava8lingcoder का अवतार

    lingcoder/OnJava8

    16,152GitHub पर देखें↗

    OnJava8 is a comprehensive Java 8 programming tutorial and technical documentation set written in Chinese. It serves as an educational guide for learning the Java 8 language, its core features, and general programming fundamentals. The project is structured as a static-site generated course, using Markdown to organize educational content and programming examples. This approach transforms raw text files into pre-rendered HTML pages for consistent rendering and hosting. The repository employs standardized character encoding to ensure Chinese text displays correctly across different operating s

    gitbookon-java-8thinking-in-java
    GitHub पर देखें↗16,152
  • brillout/awesome-react-componentsbrillout का अवतार

    brillout/awesome-react-components

    47,788GitHub पर देखें↗

    This project is a community-maintained open source directory that serves as a comprehensive index of React components and libraries. It functions as a technical knowledge base, mapping common development challenges to vetted third-party solutions to help developers accelerate their frontend workflows and avoid reinventing standard interface elements. The directory distinguishes itself through a decentralized, hyperlink-centric architecture that avoids hosting code locally, instead pointing users directly to external repositories. This content is curated through a collaborative model where com

    awesomeawesome-listreact
    GitHub पर देखें↗47,788
  • alex/what-happens-whenalex का अवतार

    alex/what-happens-when

    43,189GitHub पर देखें↗

    This project is a collaborative knowledge base and technical learning resource that provides a detailed breakdown of the internal processes occurring within modern computing environments. It serves as a comprehensive educational reference, tracing the step-by-step operations triggered by common user interactions and network requests to explain how hardware and software components interact across the entire stack. The guide distinguishes itself by offering deep technical insights into the journey from physical input to visual output. It covers the low-level mechanics of hardware interrupt hand

    GitHub पर देखें↗43,189
  • crossoverjie/jcsproutcrossoverJie का अवतार

    crossoverJie/JCSprout

    26,901GitHub पर देखें↗

    JCSprout is a technical knowledge repository that provides a collection of structured guides and deep-dive articles focused on core backend engineering principles. It serves as a comprehensive resource for mastering advanced programming concepts, offering curated materials that combine detailed explanations with practical insights to support professional skill development and technical interview preparation. The project distinguishes itself through a modular knowledge base that covers Java concurrency, JVM internals, database architecture, and distributed system development. It provides speci

    Javaalgorithmbasic-javaconcurrent-programming
    GitHub पर देखें↗26,901