9 lines
333 B
Markdown
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
|
|
---
|