Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
b164b012
Commit
b164b012
authored
Oct 06, 2010
by
Wink Saville
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove vestigial references to StringUtf8Micro.
Change-Id: Ica75231b03de4768c671bf046b92bd7630ecd5c8
parent
6ebe2303
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
README.txt
java/README.txt
+3
-4
No files found.
java/README.txt
View file @
b164b012
...
...
@@ -110,7 +110,6 @@ CodedInputStreamMicro.java
CodedOutputStreamMicro.java
InvalidProtocolBufferException.java
MessageMicro.java
StringUtf8Micro.java
WireFormatMicro.java
If you wish to change on the code generator it is located
...
...
@@ -133,9 +132,9 @@ java_outer_classname -> <file-name>|<package-name>
opt:
This change the code generation to optimize for speed,
opt=speed, or space, opt=space. When opt=speed this
changes the code generation for strings
to us
e
StringUtf8Micro which eliminates multiple conversions
of the string to utf8. The default value
is opt=space.
changes the code generation for strings
so that multipl
e
conversions to Utf8 are eliminated. The default value
is opt=space.
java_use_vector:
Is a boolean flag either java_use_vector=true or
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment