vyazelenko.com
Devoxx 2012 trip report | Ideas Not For Sale
https://vyazelenko.com/2013/03/26/devoxx-2012-trip-report
Ideas Not For Sale. Nothing is more dangerous than an idea when it is the only one you have. (Emile Chartier). Devoxx 2012 trip report. Here it was another amazing Devoxx conference. Tons of new stuff to learn and a lot of new and familiar faces to discover. As already became a tradition each year of Devoxx brings some innovation and this year wasn’t exceptional. The big theme of this year was NFC. That had and NFC reader and was sending HTTP POST to a server running and a Raspberry Pi device. Which was ...
vyazelenko.com
NFC | Ideas Not For Sale
https://vyazelenko.com/tag/nfc
Ideas Not For Sale. Nothing is more dangerous than an idea when it is the only one you have. (Emile Chartier). Devoxx 2012 trip report. Here it was another amazing Devoxx conference. Tons of new stuff to learn and a lot of new and familiar faces to discover. As already became a tradition each year of Devoxx brings some innovation and this year wasn’t exceptional. The big theme of this year was NFC. That had and NFC reader and was sending HTTP POST to a server running and a Raspberry Pi device. Which was ...
vyazelenko.com
Java | Ideas Not For Sale
https://vyazelenko.com/tag/java
Ideas Not For Sale. Nothing is more dangerous than an idea when it is the only one you have. (Emile Chartier). Why clone is faster than constructor copy. This post is a followup on my previous post. About copying objects in Java. After I published that post I got a question from Sven Reimers (@SvenNB) why there is a big performance different between clone and copying via constructor. In this post I will try to answer this question. Just to recap what we are looking at. There are 2 classes implementing.
vyazelenko.com
Reflection | Ideas Not For Sale
https://vyazelenko.com/tag/reflection
Ideas Not For Sale. Nothing is more dangerous than an idea when it is the only one you have. (Emile Chartier). Copy object in Java (performance comparison). This blog came about because I was looking into performance issue and profiling showed that a method that was copying objects was very slow. (. The fact that this method was called millions of times was an actual bug not the slowness of the copy routine. The method to copy object was performing field by field copy using. Returns a copy of the. Method...
vyazelenko.com
copy | Ideas Not For Sale
https://vyazelenko.com/tag/copy
Ideas Not For Sale. Nothing is more dangerous than an idea when it is the only one you have. (Emile Chartier). Why clone is faster than constructor copy. This post is a followup on my previous post. About copying objects in Java. After I published that post I got a question from Sven Reimers (@SvenNB) why there is a big performance different between clone and copying via constructor. In this post I will try to answer this question. Just to recap what we are looking at. There are 2 classes implementing.
vyazelenko.com
clone | Ideas Not For Sale
https://vyazelenko.com/tag/clone
Ideas Not For Sale. Nothing is more dangerous than an idea when it is the only one you have. (Emile Chartier). Why clone is faster than constructor copy. This post is a followup on my previous post. About copying objects in Java. After I published that post I got a question from Sven Reimers (@SvenNB) why there is a big performance different between clone and copying via constructor. In this post I will try to answer this question. Just to recap what we are looking at. There are 2 classes implementing.
vyazelenko.com
Uncategorized | Ideas Not For Sale
https://vyazelenko.com/category/uncategorized
Ideas Not For Sale. Nothing is more dangerous than an idea when it is the only one you have. (Emile Chartier). Why clone is faster than constructor copy. This post is a followup on my previous post. About copying objects in Java. After I published that post I got a question from Sven Reimers (@SvenNB) why there is a big performance different between clone and copying via constructor. In this post I will try to answer this question. Just to recap what we are looking at. There are 2 classes implementing.
importnew.com
关于垃圾回收被误解的7件事 - ImportNew
http://www.importnew.com/15796.html
并把名为 Java performance tuning guide. Takipi (@takipid) April 6, 2015. HotSpot JVM一共有4个垃圾回收器 Serial, Parallel / Throughput. CMS, and the new kid on the block G1. 或 者其他JVM使用的回收器 C4 Azul开发的无停顿回收器。 比如CMS和G1会使GC停顿 GC pause 发生的频率降低,但是对于每次停顿所花费的时间,很可能比Parallel回收器更长。 2 并行 Parallel 并发 Concurrent. 一个GC周期 Garbage Collection cycle 可以以STW Stop-The-World 的形式出现,这会发生一次GC停顿,也可以并发地执行从而无需暂停应用程序。 更进一步来 讲,GC算法本身可以是串行的 单线程 ,也可以是并行的 多线程。 译文链接 http:/ www.importnew.com/15796.html. Coding for love, coding for fun. 新浪微博 @终曲.
vyazelenko.com
Why clone is faster than constructor copy | Ideas Not For Sale
https://vyazelenko.com/2013/10/30/clone-vs-copy-constructor-a-closer-look
Ideas Not For Sale. Nothing is more dangerous than an idea when it is the only one you have. (Emile Chartier). Why clone is faster than constructor copy. This post is a followup on my previous post. About copying objects in Java. After I published that post I got a question from Sven Reimers (@SvenNB) why there is a big performance different between clone and copying via constructor. In this post I will try to answer this question. Just to recap what we are looking at. There are 2 classes implementing.
vyazelenko.com
Devoxx | Ideas Not For Sale
https://vyazelenko.com/tag/devoxx
Ideas Not For Sale. Nothing is more dangerous than an idea when it is the only one you have. (Emile Chartier). Devoxx 2012 trip report. Here it was another amazing Devoxx conference. Tons of new stuff to learn and a lot of new and familiar faces to discover. As already became a tradition each year of Devoxx brings some innovation and this year wasn’t exceptional. The big theme of this year was NFC. That had and NFC reader and was sending HTTP POST to a server running and a Raspberry Pi device. Which was ...
SOCIAL ENGAGEMENT