Skip to content

Commit 8a3a243

Browse files
authored
Update README.md
1 parent 27bd88f commit 8a3a243

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

README.md

+2-25
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ std::cout << counter << " ";
8080

8181
```
8282

83-
# Use CMake, (msvc -> use Release, 64bit)
83+
# Use CMake, (msvc -> use Release, 64bit), tested with mimalloc
8484

85-
# fmt, mimalloc, progschj/ThreadPool (some modified to use C++17)
85+
# fmt, progschj/ThreadPool (some modified to use C++17)
8686

8787

8888
# Using simdjson/simdjson (https://github.com/simdjson/simdjson) Apache-2.0 License
@@ -288,29 +288,6 @@ std::cout << counter << " ";
288288
See the License for the specific language governing permissions and
289289
limitations under the License.
290290

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-
314291
# fmtlib/fmt
315292
Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
316293

0 commit comments

Comments
 (0)