4 Star 0 Fork 8

OpenHarmony/third_party_rust_minimal-lexical

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CHANGELOG 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Jack Grigg 提交于 2021-10-02 18:28 . Add missing CHANGELOG entry for v0.2.0
# Changelog
Notes significant changes to minimal-lexical.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.4] 2021-10-02
### Added
- Missing license details for `src/bellerophon.rs`.
## [0.2.0] 2021-09-10
### Changed
- `no_alloc` feature flag was replaced with an `alloc` feature flag.
## [0.1.3] 2021-09-04
### Added
- Added the `compact` feature, which sacrifices performance for smaller binary sizes.
- Added the `nightly` feature, which adds inline ASM to use FPU instructions for to ensure proper rounding on x86 targets using the x87 FPU without SSE2.
### Changed
- Removed stackvec dependent, even on `no_alloc`.
- Improved the algorithms for parsing.
- Simplified big-integer arithmetic, and the slow path algorithms.
- Reduced the binary sizes.
- Added optimizations for small floats.
## [0.1.2] 2021-05-09
### Added
- Remove cached_float and infer exponents rather than store them.
## [0.1.1] 2021-05-08
### Added
- Added the Eisel-Lemire algorithm.
## [0.1.0] 2021-04-27
### Added
- Initial version.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_rust_minimal-lexical.git
git@gitee.com:openharmony/third_party_rust_minimal-lexical.git
openharmony
third_party_rust_minimal-lexical
third_party_rust_minimal-lexical
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385