Giter VIP home page Giter VIP logo

ready-x's Introduction

ready-x

ready-x 2.x 是一个基于Java 8( 1.x 基于 Java 5,后续将推出全新的 Java 5 分支) 编写的基础工具库,其中包含了常见的文本(字符串)、数组、集合、文件、商业计算、随机数等方面的处理工具类。目前主要方便本人在工作中快速开发使用。

该工具库的定位与Apache的 commons-lang3 相似,但 ready-x 并没有重复实现 commons-lang3 的大部分方法,仅仅作为该工具库的补充,建议在实际开发过程中将 common-lang3 和 ready-x 配合使用(由于历史原因,ready-x 也重复实现了 common-lang3 的部分方法,因为 common-lang3 的部分方法在早期版本中的实现不够理想,例如:使用StringBuffer、没有按照最优逻辑处理)。

由于源代码中的每个方法都已经注明了非常详细的中文注释,因此暂不另行提供API文档。

作为底层基础工具类,ready-x 尽可能在每个细节上保证最高运行性能和最低的内存占用。

如果你对工具库中的方法实现有更好的建议,欢迎及时反馈或自行修改并提交请求。

目前 ready-x 中的工具方法可能并不完备,仅仅基于实际项目的需求驱动。如果其中没有你所需的常用方法,也欢迎提出建议,或自行提交新的方法实现。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.