# boundary/fasttuple

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/boundary-fasttuple).**

143 stars · 13 forks · Java · NOASSERTION

## Links

- GitHub: https://github.com/boundary/fasttuple
- awesome-repositories: https://awesome-repositories.com/repository/boundary-fasttuple.md

## Description

There are lots of good things about working on the JVM, like a world class JIT, operating system threads, and a world class garbage collector. However, one limiting factor can often be the interaction between primitive types and referenced types in Java. Primitive types are the built in types…

## Tags

### Part of an Awesome List

- [Data Structures and Memory](https://awesome-repositories.com/f/awesome-lists/data/data-structures-and-memory.md) — Collections laid out adjacently in memory.
