🚀 TG4G
DirectoryDev Toolsmappedbus.io
🔧 Dev Tools 📍 HQ: Unknown
M

mappedbus.io

Overall Rating
★★★☆☆ 6.0/10
China Access
★★★ China direct-connect friendly
Quick Check
Data source
ai_crawl · Last updated 2026-06-08

⚡ Score breakdown

5-dim weighted · /10
Performance25% 6.0
Value20% 6.0
China access20% 10.0
Reputation20% 5.6
Support15% 5.5

Dimension scores are derived from public data and fields; weighted into the composite. Reference only.

Editorial Highlights

Open-source Java IPC library suitable for high-performance communication.

In-Depth Review TG4G Review ·2026-06-08 · For reference only

What It Is

Mappedbus is a high-throughput, low-latency Java message bus library for IPC between multiple Java processes/JVMs. It uses a memory-mapped file or shared memory as the transport medium. The design is inspired by Java Chronicle, but places more emphasis on efficiently supporting multiple writers, making it suitable for multi-process scenarios where message production order matters.

Core Capabilities

Functionally, it supports object-based messages as well as byte array/raw data messages. The example API mainly revolves around MappedBusReader and MappedBusWriter. Writers can write objects or buffers, while readers poll next() and then read the message type and content. Internally, it handles multi-writer synchronization through mechanisms such as an 8-byte limit at the beginning of the file, per-record status flags, fetch-and-add, volatile, and compare-and-swap. It also provides timeout and rollback logic for uncommitted records caused by writer crashes. In terms of performance, the published benchmark reports around 14.13 million messages/second with one producer and one consumer on an i7-4558U laptop, with average read/write latency of about 70ns. After startup, it no longer creates objects, reducing GC impact.

Pricing and Deployment

The crawled content does not mention commercial pricing or paid plans. The project provides a mappedbus.jar download, and it can also be cloned and built from source with ant. It is essentially an embedded Java library rather than a SaaS service, so it can naturally be self-hosted inside local or server-side applications. The documentation includes Javadoc, examples, and performance tests, but Maven/Gradle coordinates and license information were not found.

Pros and Cons

Its strengths are a clear positioning, explicit performance goals, a simple API, and relatively concrete low-level design notes for multi-writer support and crash rollback. The drawbacks are also obvious: platform compatibility is limited. The text explicitly says the approach appears to work well on Linux x86 with Oracle JVM 1.8, but may not work on all platforms. Production operations documentation, community ecosystem, commercial support, and integration information are also limited.

Who It’s For and Access from China

It is a good fit for Java teams building low-latency messaging channels between multiple JVMs on the same machine, high-frequency market data/trading distribution systems, or shared-memory IPC prototypes. It is less suitable for teams that want something ready out of the box, strong cross-platform guarantees, or enterprise support. Access from China cannot be determined from the provided content alone. Alternatives worth evaluating include Chronicle Queue, Aeron, Disruptor, ZeroMQ, or Netty-based IPC solutions.

⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on mappedbus.io official site.

About this entry

mappedbus.io is an Unknown Dev Tools provider. TG4G tracks its product information, an overall rating of 6.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach mappedbus.io directly.

Get Started

Price not disclosed
Visit mappedbus.io official site →
External link · prices subject to vendor site

Frequently Asked Questions

What is mappedbus.io?
mappedbus.io is a Unknown-based Dev Tools provider. Open-source Java IPC library suitable for high-performance communication.
Is mappedbus.io good? Is it worth it?
mappedbus.io scores 6.0/10 on TG4G — a solid rating, based in 未知. See the in-depth review below for pros, cons and China accessibility.
Is mappedbus.io usable in China?
mappedbus.io offers good direct-connect performance in mainland China and works in most regions without a proxy. The provider is headquartered in Unknown and primarily serves overseas markets.
How do I sign up for mappedbus.io?
Visit the mappedbus.io official site to complete sign-up. Registration typically requires an email (Gmail/Outlook recommended) and a payment method. Most overseas services accept credit card / PayPal / crypto. See the "Visit Official Site" button on this page for the direct link.

Browse Other Categories

View the full directory →