/java-util

provide the most usable common utilities for java application

Primary LanguageJava

This repository contains the util class created by me.

  1. StringBuilderV1 (right now is beta version)
  • Underlying it will leverage with Unsafe class
  • Generally it will perform better than java.lang.StringBuilder
  • Will featurized in the future.