Yoshito Umaoka
7586fcf7d4
ICU-9573 Removing Boyer-Moore string search implementation. CollData has moved from i18n package to intltest.
...
X-SVN-Rev: 32994
2012-12-19 05:12:25 +00:00
Steven R. Loomis
caf814a5db
ICU-9721 bump versions to 51.0.1
...
X-SVN-Rev: 32811
2012-11-13 23:10:20 +00:00
Markus Scherer
996422e74c
ICU-9398 avoid use of utf8_countTrailBytes[], rewrite/optimize U8_COUNT_TRAIL_BYTES() & U8_NEXT_UNSAFE(), test _UNSAFE macros only with (mostly) well-formed UTF-8 text
...
X-SVN-Rev: 32574
2012-10-09 05:17:43 +00:00
Steven R. Loomis
9077d5dc25
ICU-9449 Merge in decimal format performance improvements from branch.
...
Improvements to 'howExpensiveIs' benchmark test.
Use internal digitlist in Formattable (save mallocs).
Enable fastpath by default.
Enable internal API "parse all input", returning an error if all input was not consumed.
X-SVN-Rev: 32397
2012-09-17 19:03:01 +00:00
Maxime Serrano
c64c0299d7
ICU-9353 merge dbbi-tries work into the trunk
...
X-SVN-Rev: 32184
2012-08-16 23:01:49 +00:00
Steven R. Loomis
43b918a0c8
ICU-9258 merge from branches, performance improvements
...
X-SVN-Rev: 31881
2012-05-30 00:41:57 +00:00
Steven R. Loomis
4600b80db6
ICU-9345 merged from ICU-9258 branch - add more perf tests
...
X-SVN-Rev: 31863
2012-05-25 20:09:01 +00:00
Yoshito Umaoka
5b24e5163d
ICU-9263 Enable test/perf/collperf on non-Windows platforms.
...
X-SVN-Rev: 31781
2012-04-26 22:56:00 +00:00
Steven R. Loomis
9a4f6bb6d7
ICU-8653 add documentation
...
X-SVN-Rev: 31425
2012-02-18 00:29:31 +00:00
Steven R. Loomis
744eb1c815
ICU-8653 update icuinfo, add icuinfo to howexpensive benchmark.
...
X-SVN-Rev: 31127
2011-12-15 23:16:20 +00:00
Steven R. Loomis
1c9622e92c
ICU-8653 add how expensive is benchmark
...
X-SVN-Rev: 31120
2011-12-15 06:16:05 +00:00
Steven R. Loomis
a7c0726f93
ICU-8802 improve robustness, also test against stdio sscanf/sprintf for doubles
...
X-SVN-Rev: 30823
2011-10-14 19:00:49 +00:00
Steven R. Loomis
8aabe8c5a6
ICU-8802 checkin xslt for transform
...
X-SVN-Rev: 30632
2011-09-07 20:28:30 +00:00
Steven R. Loomis
6050e51871
ICU-8802 improve perf build
...
X-SVN-Rev: 30631
2011-09-07 16:53:32 +00:00
Markus Scherer
9bcc40cf9e
ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411
...
X-SVN-Rev: 30412
2011-07-23 00:10:30 +00:00
Michael Ow
310c23c24e
ICU-8578 Apply patch to fix some compiler warnings and related issues
...
X-SVN-Rev: 30205
2011-06-10 18:56:08 +00:00
Steven R. Loomis
625b955e7d
ICU-8428 update windows version#
...
X-SVN-Rev: 30079
2011-05-10 17:17:39 +00:00
Michael Ow
4981242b47
ICU-8505 Add missing header file in some performance tests.
...
X-SVN-Rev: 29956
2011-05-02 17:07:00 +00:00
Markus Scherer
d55e005cf7
ICU-8167 move string tries to the common library and make API headers public
...
X-SVN-Rev: 29531
2011-03-03 21:56:36 +00:00
Markus Scherer
9cc27feeb4
ICU-8167 port trie API changes from Java
...
X-SVN-Rev: 29367
2011-01-27 21:41:03 +00:00
Markus Scherer
4ecd44cfd6
ICU-4701 faster .dat package data item name lookup; improved binary search tracks shared-prefix length
...
X-SVN-Rev: 29293
2011-01-12 23:51:40 +00:00
Markus Scherer
62306a038c
ICU-8167 rename ByteTrie to BytesTrie, DictTrie to StringTrie, etc.
...
X-SVN-Rev: 29265
2011-01-05 21:05:47 +00:00
Markus Scherer
c04082d93c
ICU-8105 hardcode Unicode property names data (formatVersion 2); includes new dictionary-type tries (ByteTrie & UCharTrie see ticket #8167 ); merge branches/markus/tries -r 29040:29249
...
X-SVN-Rev: 29252
2010-12-31 18:21:36 +00:00
Andy Heninger
e0c4099c9e
ICU-8127 update svn properties.
...
X-SVN-Rev: 29002
2010-11-04 21:41:54 +00:00
Steven R. Loomis
871a56f64c
ICU-8119 fixed, also fixed minor build/test issues.
...
X-SVN-Rev: 28997
2010-11-04 18:14:48 +00:00
Steven R. Loomis
adb11cba8d
ICU-8028 update version number to milestone:4.6, bump timebombs, etc
...
X-SVN-Rev: 28785
2010-10-09 01:23:28 +00:00
Steven R. Loomis
91678fc8bd
ICU-7870 perf projects update
...
X-SVN-Rev: 28443
2010-08-11 00:26:23 +00:00
Jason Spieth
cacdced23b
ICU-7489 Merge into trunk
...
X-SVN-Rev: 28441
2010-08-10 16:12:11 +00:00
Jason Spieth
37f8997cb6
ICU-7489 Merge into trunk
...
X-SVN-Rev: 28440
2010-08-10 16:07:49 +00:00
Steven R. Loomis
d9907892c8
ICU-7856 add unix build, 'xperf' target for generating XML perf data, cleanup some makefiles
...
X-SVN-Rev: 28418
2010-08-05 00:26:41 +00:00
Alexey Gousev
678654839e
ICU-7856 added support for -x option for DateFmtPerf project to output .xml file
...
X-SVN-Rev: 28410
2010-08-04 17:36:18 +00:00
Alexey Gousev
d715640dce
ICU-7275 added collationdata.h
...
X-SVN-Rev: 28388
2010-07-29 19:10:32 +00:00
Alexey Gousev
3432e64ad6
ICU-7275 added -x option and several new performance tests
...
X-SVN-Rev: 28387
2010-07-29 19:09:01 +00:00
Alexey Gousev
7689095f47
ICU-7275 Added DateFmtPerf performance test case
...
X-SVN-Rev: 28288
2010-07-09 16:14:46 +00:00
Michael Ow
39881d8f7b
ICU-7311 Replace tab character with spaces in changes from the patch.
...
X-SVN-Rev: 27652
2010-02-24 19:46:03 +00:00
Steven R. Loomis
13bbe4f77d
ICU-7311 apply patch as per ticket - THANKS!
...
X-SVN-Rev: 27463
2010-01-30 07:43:37 +00:00
Andy Heninger
cf141fb997
ICU-6926 Fix svn properties and text file line endings
...
X-SVN-Rev: 26112
2009-06-16 05:56:50 +00:00
Markus Scherer
2a5c55f947
ICU-6441 add perf test for this ticket, testing ucnv_countAvailable() speed and memory consumption
...
X-SVN-Rev: 25742
2009-04-07 18:41:01 +00:00
Steven R. Loomis
5b3ae62bfd
ICU-6727 fix failures in strict mode, add make check
...
X-SVN-Rev: 25393
2009-02-10 19:31:24 +00:00
Eric Mader
9b8a829f2a
ICU-6697 Updated samples, test/perf subtree project files. Fixed a bug in reader.c while I was in the neighborhood...
...
X-SVN-Rev: 25301
2009-01-23 03:48:42 +00:00
Eric Mader
5f73103b5a
ICU-6659 Merge changes from branches/eric/boyer-moore
...
X-SVN-Rev: 25282
2009-01-22 00:24:48 +00:00
Michael Ow
a54f83b603
ICU-6412 Add svn:ignore property to Makefile.
...
X-SVN-Rev: 25003
2008-11-24 20:10:12 +00:00
Michael Ow
09813cbf3d
ICU-3933 Merge pkgdata update from branch to trunk.
...
X-SVN-Rev: 25002
2008-11-24 20:04:52 +00:00
Markus Scherer
9be9a82b08
ICU-6530 add UTrie2 and improve upvec_ via svn merge -r 24551:24849 icu/branches/markus/utf8
...
X-SVN-Rev: 24862
2008-10-22 19:50:07 +00:00
Michael Ow
f7b9f237fc
ICU-6307 Update performance test with Windows platform information.
...
X-SVN-Rev: 24489
2008-08-12 18:06:26 +00:00
Michael Ow
1215abdc6d
ICU-6307 Merge update of Visual Studio project and solution files with addition of x64 platform build option. Update readme.html for Windows build change.
...
X-SVN-Rev: 24487
2008-08-12 04:41:41 +00:00
Michael Ow
3d1a4a3fce
ICU-6307 Undo previous commit. Due to unexpected and unforeseen build failure.
...
X-SVN-Rev: 24444
2008-08-05 22:15:46 +00:00
Michael Ow
e20dbc5d8a
ICU-6307 Add platform x64 to Visual Studio solution. Build directory will now reflect this change with x86 for 32 bit and x64 for 64 bit. lib64 and bin64 have also been added for x64 platform.
...
X-SVN-Rev: 24443
2008-08-05 21:08:59 +00:00
Michael Ow
4a587b4709
ICU-4362 Fix the locale information for one of the date files.
...
X-SVN-Rev: 23843
2008-04-25 18:47:20 +00:00
Michael Ow
2474b163d8
ICU-4362 Add makefile to string search performance test.
...
X-SVN-Rev: 23839
2008-04-25 15:28:16 +00:00