- d461a10 Optimize `RIEGELI_CHECK_LT` etc. by passing simple objects by value, for better by Marcin Kowalczyk · 22 hours ago upstream/master
- 57fb869 Store arena block sizes and `ConcurrentVector` size & capacity as `uint32_t` by Marcin Kowalczyk · 4 days ago
- 0d41bd6 Let `ConcurrentVector` support holding an unowned single element. by Marcin Kowalczyk · 4 days ago
- 34728f3 Fix a bug in `UndoAllocateBytes()` where the allocation was in another block, by Marcin Kowalczyk · 4 days ago
- 5eb4c66 In `IndexInterned<T>`, ensure that the block capacity measured in objects is by Marcin Kowalczyk · 8 days ago
- 4028fa1 Optimize `{Object,String}Arena` and `Directory` allocations by maintaining by Marcin Kowalczyk · 9 days ago
- fb73cc9 Use absl::DefaultHashContainerHash for CompactString::absl_container_hash. by Compression Team · 10 days ago
- b65c121 Reduce the default number of shards for concurrent interners from 64 to 16. by Marcin Kowalczyk · 10 days ago
- d69a0da Align shards to cacheline only if concurrency is enabled, otherwise this was by Marcin Kowalczyk · 11 days ago
- b160d51 Cosmetics: when reallocating 1.5x, use the formula old + (old + 1) / 2 by Marcin Kowalczyk · 11 days ago
- 76be1fb Allow `IndexInternedString::InternerWithAddress::WithBlockSize<min_block_size, by Marcin Kowalczyk · 12 days ago
- 441936a Let `Interned{,String}::value()` check against `valueless_after_move()` and by Marcin Kowalczyk · 12 days ago
- dafde31 Make not only `SharedPtr::IsUnique()` but also `SharedPtr::GetRefCount()` safe by Marcin Kowalczyk · 13 days ago
- 6bca0f2 Optionally parameterize `IndexInternedString::Interner` with an `Address` type by Marcin Kowalczyk · 13 days ago
- 154eda7 Add `IndexInternedString<Numeric>`, an optimized variant of by Marcin Kowalczyk · 13 days ago
- c249cac Add `IndexInterned<Numeric, T>`, a variant of `ArenaInterned<T>` where objects by Marcin Kowalczyk · 13 days ago
- a803e08 Add `ConcurrentVector` internal type. It will be needed for interners soon. by Marcin Kowalczyk · 13 days ago
- 7e0fa53 Add `ArenaInternedString`, an optimized variant of `ArenaInterned<std::string>`. by Marcin Kowalczyk · 13 days ago
- bacb763 Add `ArenaInterned<T>`, a variant of `Interned<T>` where objects are by Marcin Kowalczyk · 13 days ago
- ec12664 Let `InternedString` support custom data alignment. by Marcin Kowalczyk · 13 days ago
- c6807f9 Parameterize `Interned` and `InternedString` by the Mutex class instead of by Marcin Kowalczyk · 13 days ago
- 2d6f8b0 Add `InternedString`, an optimized variant of `Interned<std::string>`. by Marcin Kowalczyk · 13 days ago
- ed657b3 Add `Interned<T>`, a class for ensuring that equal objects are shared, by Marcin Kowalczyk · 13 days ago
- b739af7 Make `RIEGELI_CHECK` constexpr as long as the condition holds. by Marcin Kowalczyk · 3 weeks ago
- 0336f91 Let `OptionalCompactString` support heterogeneous hashing against `nullptr`, by Marcin Kowalczyk · 5 weeks ago
- 69174b8 Remove deprecated varint reading functions returning by Marcin Kowalczyk · 8 weeks ago
- 9184e8c Fix build in C++17 mode: some references to `WithCompareMarker` were left by Marcin Kowalczyk · 9 weeks ago
- b213fb5 Make `Has{Equal,Compare,LessThan}` and `With{Equal,Compare}Marker` public. by Marcin Kowalczyk · 9 weeks ago
- c3ffd69 Prepare for changing the Python type checker. by Marcin Kowalczyk · 9 weeks ago
- bc17eea Change the `RiegeliHasMovableElements()` extension protocol to improve by Marcin Kowalczyk · 3 months ago
- 8199bc1 Add `OptionalCompactString::value()`, like `operator*` but with a runtime check by Marcin Kowalczyk · 3 months ago
- f584d55 Relax the static assertion regarding by Compression Team · 3 months ago
- 520d96e BEGIN_PUBLIC by Marcin Kowalczyk · 3 months ago
- ebeaac9 Make `EstimateMemory()` etc. variadic. by Marcin Kowalczyk · 3 months ago
- 16a5703 Fix memory bloat in `CordWriter` caused by unused `buffer_` capacity by Compression Team · 3 months ago
- 384c8de Let `CompactString` support heterogeneous lookup against `absl::string_view` by Marcin Kowalczyk · 3 months ago
- 4604c50 Make it easier to define comparisons available conditionally. by Marcin Kowalczyk · 4 months ago
- faa69f2 Tighten CTAD rules: `SharedPtr(nullptr)` and `IntrusiveSharedPtr(nullptr)` by Marcin Kowalczyk · 4 months ago
- 8f6ae8c Remove braces in `if` statements which now fit in a single line. by Marcin Kowalczyk · 4 months ago
- 448d1a2 Include more details in comments. by Marcin Kowalczyk · 4 months ago
- 0fe5094 Internal change. by Marcin Kowalczyk · 4 months ago
- a4b7630 Fix `riegeli::Compare()` emulating `<=>` before C++20 for pointers: by Marcin Kowalczyk · 4 months ago
- d52cf51 Fix `NewAligned<const T>(...)` by keeping the internal pointer as `void*` by Marcin Kowalczyk · 4 months ago
- 6d34c81 Fix `MakerType::arg()` and `MakerTypeFor::arg()` for rvalue references to return by Marcin Kowalczyk · 4 months ago
- 7cfa9e3 Fix typo in `IntrusiveSharedPtr<T>::GetRefCount()`: the member function of `T` by Marcin Kowalczyk · 4 months ago
- 7b94b64 Tighten a private tagged constructor: make the tag type explicitly by Marcin Kowalczyk · 4 months ago
- 8d2a623 Introduce private `kMaxPosition` constants instead of repeating an expression by Marcin Kowalczyk · 4 months ago
- 0eaf150 Make estimating memory of `absl::InlinedVector<T, N>` more accurate: use by Marcin Kowalczyk · 4 months ago
- 543fa1c Add missing support for `riegeli::EstimateMemory()` and `riegeli::Debug()` by Marcin Kowalczyk · 4 months ago
- 05321e8 Optimize memory orders for weakly ordered architectures. by Marcin Kowalczyk · 4 months ago
- 14059fa Apply nullability annotations to shared pointer libraries. by Marcin Kowalczyk · 4 months ago
- ec84194 Rename misleading type parameters. by Marcin Kowalczyk · 4 months ago
- ce3fdac Cosmetic changes: by Marcin Kowalczyk · 4 months ago
- de5f86e Add defaulted copy/move constructors/assignment in `Options` classes. by Marcin Kowalczyk · 4 months ago
- 81ebea9 Add `{,Dynamic,Unbound}FieldSkipper()`. by Marcin Kowalczyk · 4 months ago
- 12db77a Do not hardcode the assumption that `ZSTD_CLEVEL_DEFAULT` is 3. by Marcin Kowalczyk · 4 months ago
- ebbfb8a Replace `ABSL_ATTRIBUTE_UNUSED`: by Marcin Kowalczyk · 4 months ago
- cf978da Remove unused `serialized_message_internal.h` which was left after the old by Marcin Kowalczyk · 4 months ago
- 252a73a In `ZstdWriterBase::Reset()`, reorder statements and fix the comment: by Marcin Kowalczyk · 4 months ago
- 58d6d0f Add optimized conversions between `LinearSortedStringSet` and by Marcin Kowalczyk · 5 months ago
- 8caf038 Let varint fields parse even if their value overflows the target integer or enum by Marcin Kowalczyk · 5 months ago
- 7e51af3 Add support for tracking presence of fields, in the form of wrappers of field by Marcin Kowalczyk · 5 months ago
- a6dc26b Reword a comment. "Each other element" was a leftover from times where the first by Marcin Kowalczyk · 5 months ago
- 487f389 Add `{Linear,Chunked}SortedStringSet::last()`. by Marcin Kowalczyk · 5 months ago
- 6411428 Fix `riegeli::EstimateMemory()` of a `ChunkedSortedStringSet`: follow through by Marcin Kowalczyk · 5 months ago
- 46bda0e Add support for writing packed repeated fields to a preallocated array rather by Marcin Kowalczyk · 5 months ago
- 86ff59b Fix bazel 9 compatibility: by Marcin Kowalczyk · 5 months ago
- bb1618a Add `ChunkedSortedStringSet::first()`. by Marcin Kowalczyk · 5 months ago
- f614057 Optimize `OptionalCompactString == CompactString` like by Marcin Kowalczyk · 5 months ago
- b5f4407 Fix `With{Equal,Compare}` in C++17 for corner cases: by Marcin Kowalczyk · 5 months ago
- 5d154d1 Make conversion from `{String,Bytes,Path}Ref` to `absl::string_view` explicit. by Marcin Kowalczyk · 5 months ago
- eb29aa6 Make `riegeli::Reset(dest, args...)` an effective optimization of by Marcin Kowalczyk · 5 months ago
- a0a8dac Qualify private `{Linear,Chunked}SortedStringSet::HashValue()` as const. by Marcin Kowalczyk · 5 months ago
- 401f6cb Derive from `With{Equal,Compare}` publicly, even though technically this does by Marcin Kowalczyk · 5 months ago
- f0a5005 Use more idiomatic `riegeli::Maker<Type>(args...)` instead of by Marcin Kowalczyk · 5 months ago
- 23b12cd Add `UnboundFieldCopier()` for registering field copiers with a by Marcin Kowalczyk · 5 months ago
- cceff87 Simplify code by relying on the fact that `ABSL_USES_STD_STRING_VIEW` is always by Marcin Kowalczyk · 5 months ago
- 0d51945 Reword a comment. by Marcin Kowalczyk · 5 months ago
- a283a58 Remove deprecated `RIEGELI_ASSERT_NOTNULL` and `RIEGELI_ASSERT_UNREACHABLE` by Marcin Kowalczyk · 5 months ago
- b6cebdc Fix `SerializedMessage{,Backward}Writer` build `#if !__cpp_concepts`: by Marcin Kowalczyk · 5 months ago
- 2567e52 Between `BZ2_bzDecompressEnd()` and `BZ2_bzDecompressInit()`, set `bzalloc`, by Marcin Kowalczyk · 5 months ago
- e2f818a Add support for optimizing reading packed repeated fields. by Marcin Kowalczyk · 5 months ago
- b51b787 Allow overriding the default `HybridDirectTraits` for the given `Key` type by by Marcin Kowalczyk · 5 months ago
- 387f369 Optimize `StringWriter` and `ResizableWriter` to avoid resizing to the whole by Marcin Kowalczyk · 5 months ago
- 0dede99 Remove unused functions of a private class: by Marcin Kowalczyk · 5 months ago
- 28afd1b Use more concise `UnsignedClamp()` instead of a combination of `UnsignedMax()` by Marcin Kowalczyk · 5 months ago
- c95c374 Fix spelling of the include guard. by Marcin Kowalczyk · 5 months ago
- fc37128 Fix `uint32_t` integer overflow in `TransposeDecoder` state machine resize. by Marcin Kowalczyk · 6 months ago
- f56a831 In `HybridDirect{Map,Set}`, if the distribution of keys is so unfortunate that by Marcin Kowalczyk · 6 months ago
- aaad107 Support building `HybridDirect{Map,Set}` from key projection and value by Marcin Kowalczyk · 6 months ago
- d1622e7 Add `HybridDirectSet` based on `HybridDirectMap`. by Marcin Kowalczyk · 6 months ago
- 208c9fa Move `RIEGELI_ASSUME_EQ(member_, nullptr)` after an allocation, just before by Marcin Kowalczyk · 6 months ago
- 7268d9c Deriving from `Conditionally{Constructible,Assignable}` publicly rather than by Marcin Kowalczyk · 6 months ago
- c20e22a Allow duplicate keys in `HybridDirectMap`. The first value wins. by Marcin Kowalczyk · 6 months ago
- 662a28b Let `HybridDirectMap` API look more like a typical associative container. by Marcin Kowalczyk · 6 months ago
- 1d78522 Add non-const `HybridDirectMap::Find()`. by Marcin Kowalczyk · 6 months ago
- 3a7cf2e Support `HybridDirectMap` building with projection of keys and values from the by Marcin Kowalczyk · 6 months ago
- 7bc3dae Change how `HybridDirectMap` is parameterized. by Marcin Kowalczyk · 6 months ago
- 3e6fa6c Rename `SmallIntMap` → `HybridDirectMap`. by Marcin Kowalczyk · 6 months ago
- 57b8ef4 Move `VectorResizableTraits` from `resizable_writer.h` to an internal namespace by Marcin Kowalczyk · 6 months ago