@@ -80,9 +80,9 @@ std::cout << counter << " ";
80
80
81
81
```
82
82
83
- # Use CMake, (msvc -> use Release, 64bit)
83
+ # Use CMake, (msvc -> use Release, 64bit), tested with mimalloc
84
84
85
- # fmt, mimalloc, progschj/ThreadPool (some modified to use C++17)
85
+ # fmt, progschj/ThreadPool (some modified to use C++17)
86
86
87
87
88
88
# Using simdjson/simdjson (https://github.com/simdjson/simdjson ) Apache-2.0 License
@@ -288,29 +288,6 @@ std::cout << counter << " ";
288
288
See the License for the specific language governing permissions and
289
289
limitations under the License.
290
290
291
- # Mimalloc MIT License
292
- MIT License
293
-
294
- Copyright (c) 2018-2021 Microsoft Corporation, Daan Leijen
295
-
296
- Permission is hereby granted, free of charge, to any person obtaining a copy
297
- of this software and associated documentation files (the "Software"), to deal
298
- in the Software without restriction, including without limitation the rights
299
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
300
- copies of the Software, and to permit persons to whom the Software is
301
- furnished to do so, subject to the following conditions:
302
-
303
- The above copyright notice and this permission notice shall be included in all
304
- copies or substantial portions of the Software.
305
-
306
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
307
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
308
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
309
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
310
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
311
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
312
- SOFTWARE.
313
-
314
291
# fmtlib/fmt
315
292
Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
316
293
0 commit comments