organicmaps/coding
Viktor Govako e6bbd78d55 [base] Make simple ReadFile function without FileReader overhead (inner caches).
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2023-01-30 16:55:41 -03:00
..
coding_tests Cleanup geometry simplification code. 2022-09-24 17:17:23 +03:00
internal [base] Make simple ReadFile function without FileReader overhead (inner caches). 2023-01-30 16:55:41 -03:00
base64.cpp
base64.hpp
bit_streams.hpp Minor code fixes. Thanks to PVS-Studio analyzer. 2022-09-01 06:53:05 +03:00
buffer_reader.hpp
buffered_file_writer.cpp Explicitly set ~FileWriter() as noexcept(false). 2022-04-22 11:45:41 +03:00
buffered_file_writer.hpp Explicitly set ~FileWriter() as noexcept(false). 2022-04-22 11:45:41 +03:00
bwt.cpp
bwt.hpp
bwt_coder.hpp [coding] Avoid intermediate string when reading Metadata. 2022-02-13 20:36:53 +03:00
byte_stream.hpp
CMakeLists.txt [3party] Separate cppjansson from 3party jansson 2023-01-03 23:12:24 +01:00
compressed_bit_vector.cpp
compressed_bit_vector.hpp
constants.hpp
csv_reader.cpp
csv_reader.hpp Fixed some std deprecated warnings. 2022-03-16 23:46:07 +03:00
dd_vector.hpp Minor code fixes. Thanks to PVS-Studio analyzer. 2022-09-01 06:53:05 +03:00
diff.hpp
elias_coder.hpp
endianness.hpp Warning fixes 2021-12-06 18:02:29 +01:00
file_reader.cpp Warning fixes 2022-11-13 15:10:24 +01:00
file_reader.hpp
file_sort.hpp
file_writer.cpp Explicitly set ~FileWriter() as noexcept(false). 2022-04-22 11:45:41 +03:00
file_writer.hpp Explicitly set ~FileWriter() as noexcept(false). 2022-04-22 11:45:41 +03:00
files_container.cpp Warning fixes 2021-12-06 18:02:29 +01:00
files_container.hpp
fixed_bits_ddvector.hpp
geometry_coding.cpp
geometry_coding.hpp Added some assertions. 2022-09-27 15:06:23 +02:00
hex.cpp
hex.hpp [strings] Use string_view in StringUtf8Multilang and Tokenize. 2022-04-15 07:18:44 +03:00
huffman.cpp
huffman.hpp
map_uint32_to_val.hpp [coding] Arbitrary blockSize in MapUint32ToValue. Removed endianess. 2022-05-12 19:55:01 +03:00
memory_region.hpp
mmap_reader.cpp
mmap_reader.hpp
move_to_front.cpp
move_to_front.hpp
parse_xml.hpp
point_coding.cpp [coding] Prettify uint32 <-> double coordinates conversion. 2022-11-13 14:01:29 +01:00
point_coding.hpp Better CityBoundary encoding. 2022-12-06 16:04:30 +03:00
read_write_utils.hpp
reader.cpp [base] Make simple ReadFile function without FileReader overhead (inner caches). 2023-01-30 16:55:41 -03:00
reader.hpp [base] Make simple ReadFile function without FileReader overhead (inner caches). 2023-01-30 16:55:41 -03:00
reader_cache.hpp [base] Added StatsCollector. 2022-02-13 20:36:53 +03:00
reader_streambuf.cpp Explicitly set ~FileWriter() as noexcept(false). 2022-04-22 11:45:41 +03:00
reader_streambuf.hpp Explicitly set ~FileWriter() as noexcept(false). 2022-04-22 11:45:41 +03:00
reader_wrapper.hpp
reader_writer_ops.cpp
reader_writer_ops.hpp
serdes_binary_header.hpp
serdes_json.hpp [base] Make simple ReadFile function without FileReader overhead (inner caches). 2023-01-30 16:55:41 -03:00
sha1.cpp
sha1.hpp
simple_dense_coding.cpp [coding] Added some EF coding tests. 2022-07-20 11:05:10 +02:00
simple_dense_coding.hpp
sparse_vector.hpp [routing] Memory optimized SparseVector for CrossMwmConnector::m_weights. 2022-05-10 13:44:57 +03:00
streams.hpp
streams_common.hpp
streams_sink.hpp
string_utf8_multilang.cpp Removed using namespace std 2022-11-11 23:58:50 +03:00
string_utf8_multilang.hpp Removed using namespace std 2022-11-11 23:58:50 +03:00
succinct_mapper.hpp
tesselator_decl.hpp
text_storage.hpp [coding] Avoid temporary buffer in MapUint32ToValue. 2022-04-17 15:07:00 +03:00
traffic.cpp
traffic.hpp
transliteration.cpp Minor code fixes. Thanks to PVS-Studio analyzer. 2022-09-01 06:53:05 +03:00
transliteration.hpp [strings] Use string_view for StringUtf8Multilang::GetString. 2022-04-15 07:18:44 +03:00
url.cpp [strings] Use string_view in StringUtf8Multilang and Tokenize. 2022-04-15 07:18:44 +03:00
url.hpp [strings] Use string_view in StringUtf8Multilang and Tokenize. 2022-04-15 07:18:44 +03:00
value_opt_string.hpp
var_record_reader.hpp Removed explicit Point() default ctor. 2022-10-06 10:26:34 +03:00
var_serial_vector.hpp
varint.hpp Fixed warning and unity build errors 2022-09-18 08:49:03 +03:00
write_to_sink.hpp
writer.hpp Warning fixes 2022-04-26 22:46:36 +02:00
zip_creator.cpp Accept strings by value instead of explicit copy. 2022-08-28 18:01:55 +03:00
zip_creator.hpp
zip_reader.cpp
zip_reader.hpp
zlib.cpp
zlib.hpp