Mongster

Getting Started

Benchmarks

Type safety should not cost runtime performance

Towards a performant ODM

Proper benchmarks are coming soon.

Until then, the design goal is straightforward:

  • stay close to the official MongoDB driver,
  • avoid a large document hydration layer,
  • keep validation and typing overhead focused on the parts that add real value.

When the benchmark page is ready, it should cover create, read, update, populate, and aggregation workloads against realistic collection shapes instead of synthetic micro-cases.

On this page