Skip to content

Commit 972d10a

Browse files
committed
Improved readability, added option NO_FAST_ENCODING
1 parent 45dafe9 commit 972d10a

File tree

5 files changed

+393
-378
lines changed

5 files changed

+393
-378
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ Chinese (Zhuyin, Bopomofo), Tifinagh (Berber), Tamil, Amharic, Telugu, Odia, Kan
132132

133133
* Fixed Bengali to also support Assamese.
134134

135+
* Improved readability of implementation.
136+
137+
* Added conditional define option for `unittest`: `NO_POSIX_THREADS`. Add `-DNO_POSIX_THREADS`
138+
to your compiler command-line to not use `pthreads.h`, for example, on MSVC platforms.
139+
140+
* Added conditional define option library: `NO_FAST_ENCODE`. Add `-DNO_FAST_ENCODE` to your
141+
compiler command-line to not use the fast encoding (default is to use fast encoding). Using
142+
fast encoding speeds up de encoding by a factor of 2. For normal use, there is no reason not
143+
to use fast encoding.
144+
135145
### 2.3.1
136146

137147
* Minor fixes to prevent compiler warnings.

docs/mapcode_library_c.docx

32 Bytes
Binary file not shown.

docs/mapcode_library_c.pdf

-347 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)