Skip to content

Commit

Permalink
ICU-22247 remove historical mention of old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying authored and markusicu committed Mar 13, 2023
1 parent a366190 commit ed011f2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/userguide/strings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ italic styles.
ICU provides multiple text access interfaces which were added over time. If
simple strings cannot be used, then consider the following:

1. [UText](utext.md): Added in ICU4C 3.4 as a technology preview. Intended to
be the strategic text access API for use with ICU. C API, high performance,
writable, supports native indexes for efficient non-UTF-16 text storage. So
far (3.4) only supported in BreakIterator. Some API changes are anticipated
for ICU 3.6.
1. [UText](utext.md): Intended to be the strategic text access API for use
with ICU. C API, high performance, writable, supports native indexes for
efficient non-UTF-16 text storage.

2. Replaceable (Java & C++) and UReplaceable (C): Writable, designed for use
with Transliterator.
Expand Down

2 comments on commit ed011f2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: ed011f2 Previous: a366190 Ratio
TestCharsetEncoderICU 5.855248924362332 ns/iter 2.8263454814689135 ns/iter 2.07

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: ed011f2 Previous: a366190 Ratio
TestCtor2 45.2869 ns/iter 22.5911 ns/iter 2.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.