1
ewpratten.com/content/software/2021-02-16-jdma.md
2022-12-18 13:45:14 -05:00

9 lines
333 B
Markdown

---
title: "Direct Memory Access for Java"
date: 2021-02-16
extra:
icon: las la-toolbox
excerpt: "A Java library that provides c-like malloc() and free() functions, along with many others. All functions operate off-heap, meaning no need to deal with the garbage collector"
redir_to: https://github.com/ewpratten/JDMA
---