{"id":55698,"library":"jctools-core","title":"JCTools Core","description":"Java Concurrency Tools providing non-blocking data structures for concurrent programming.","status":"active","version":"4.0.6","language":"java","source_language":null,"source_url":"https://github.com/JCTools/JCTools","tags":["concurrency","queues","jctools","performance"],"install":[{"cmd":"<dependency>\n  <groupId>org.jctools</groupId>\n  <artifactId>jctools-core</artifactId>\n  <version>4.0.6</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.jctools:jctools-core:4.0.6'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"MpscArrayQueue","correct":"org.jctools.queues.MpscArrayQueue"}],"quickstart":{"code":"import org.jctools.queues.MpscArrayQueue;\n\nMpscArrayQueue<Integer> queue = new MpscArrayQueue<>(1024);\nqueue.offer(1);\nInteger val = queue.poll();","lang":"java","description":"Use MPSC queue for single-consumer pattern"},"warnings":[{"fix":"Pre-size queues appropriately to avoid resizing overhead","message":"JCTools queues are not garbage-free; they allocate internal arrays","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'block':9 'concurr':4,13,15 'core':2 'data':10 'java':3 'jctool':1,17 'non':8 'non-block':7 'perform':18 'program':14 'provid':6 'queue':16 'structur':11 'tool':5","created_at":"2026-06-15T10:02:24.530432+00:00","updated_at":"2026-06-15T10:02:24.530432+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/JCTools","github":"https://github.com/JCTools/JCTools","docs":"https://appdoc.app/artifact/org.jctools/jctools-core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}