Skip to content
#

nio

Here are 266 public repositories matching this topic...

Pro100AlexHell
Pro100AlexHell commented Sep 20, 2016

Please make a tutorial and docs: how to create in-memory (off-heap) objects, how to allocate, how to serialize/deserialize (if need, i can't understand) this to byte array (located off-heap), how to change it fields.
For example now (in current system) I have class
User
{
long Id;
List[ItemA] ItemsA; // class ItemA { .. }
List[ItemB] ItemsB; // class ItemB { .. }
// and many more field
}

// and g

simviso 的一系列源码解读分享视频,涉及国外顶级学府课程翻译、国外顶级开发者视频翻译,JDK, Rxjava,Spring Reactor, Netty ,Reactor-Netty ,Spring Webflux 我的目标是将Java的响应式建立起一套学习体系,假如你想深入,可以参考我的视频和后续出版的书籍,同时展现一些我的编程经验,做一个铺路人

  • Updated Jan 15, 2020
  • HTML

Improve this page

Add a description, image, and links to the nio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nio topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.