hank
9a66d37d4e
Add an option to reduce pagefault when available in Linux
...
This option instructs the kernel to synchronously load the entire mapped
region into active memory by specifying `MAP_POPULATE` in `mmap`. It will
cause read-ahead on that memory, and then the subsequent accesses to the
memory can proceed without page faults, improving some performance.
2021-07-05 19:23:41 +08:00
Daan Leijen
076f815cec
update readme
2021-06-17 20:19:34 -07:00
Daan Leijen
b0441da766
update readme for 1.7.2/2.0.2
2021-06-17 20:14:23 -07:00
Daan
b19da8e362
update readme for 1.7.1 and 2.0.1
2021-04-06 11:05:43 -07:00
Daan
15220c6843
Update readme for v2.0
2021-01-31 14:11:35 -08:00
Daan
599d6327ba
Update readme.md
2021-01-31 12:03:16 -08:00
Daan
89b7955afe
Update readme.md
2021-01-31 11:58:46 -08:00
Daan
706654f41b
Update readme.md
2021-01-31 11:58:22 -08:00
Daan
7f052290da
Update readme.md
2021-01-31 11:57:51 -08:00
Daan
620638cfaf
Update readme.md
2021-01-31 11:49:44 -08:00
Daan
2f04bec5d9
Update readme.md
2021-01-31 11:44:34 -08:00
Daan
9f31b49527
Update readme.md
2021-01-31 11:43:50 -08:00
Daan
9bacaa25c8
Update readme.md
2021-01-31 11:42:16 -08:00
Daan
08bd9d80d7
Update readme.md
2021-01-31 11:36:36 -08:00
Daan
6ccf695dcb
Update readme.md
2021-01-31 11:34:13 -08:00
Daan
bb92ee8520
Update readme.md
2021-01-31 11:32:54 -08:00
Daan
a6bc463652
Update benchmark figures
2021-01-31 11:20:56 -08:00
Daan Leijen
558c8d085e
update benchmark references
2021-01-31 10:23:57 -08:00
Daan
4cc8bff90d
Add special thanks to David Carlier
2020-12-17 14:03:10 -08:00
Daan
3eeb0f5ce3
Add some usage info
2020-12-17 13:32:41 -08:00
daan
13a4030619
bump version to 1.6.7
2020-09-24 16:30:40 -07:00
Daan
abcaa4a4f2
Update readme.md
...
link to mi_process_info
2020-09-24 10:38:18 -07:00
Daan
eb1e4817ef
Update readme.md
...
Fix version
2020-09-24 10:18:00 -07:00
daan
6adb919085
bump version to 1.6.6
2020-09-24 10:14:10 -07:00
daan
41683071c1
update readme
2020-09-24 09:05:01 -07:00
daan
4d3ddcfc51
update readme for upcoming release; add acknowledgements
2020-09-23 20:37:17 -07:00
daan
1adec58c83
fix spelling
2020-09-23 20:02:24 -07:00
daan
46239cf0c2
Merge branch 'master' into dev
2020-09-23 20:00:37 -07:00
daan
64a3d24dcd
bump version to 1.6.5
2020-09-23 20:00:23 -07:00
Daan
5cd5423108
Merge pull request #297 from Shivam7-1/patch-2
...
Updated readme.md
2020-09-14 09:13:20 -07:00
Daan
0df0c17f5a
Update readme.md
2020-09-14 08:31:20 -07:00
Daan
d6ca70c9cc
Update readme.md
...
Clarify the distinctive idea of mimalloc as free-list multi-sharding
2020-09-14 08:30:49 -07:00
Shivam7-1
b19bdfac87
Updated readme.md
2020-09-05 08:01:09 +05:30
daan
0de92e406c
prepare readme for release
2020-08-06 13:29:09 -07:00
daan
d88a7470a0
merge from master
2020-08-06 13:19:01 -07:00
daan
ac0c121c68
update documentation for 1.6.4 release
2020-07-27 08:55:26 -07:00
Daan
71160e2bac
Fix glibc version (issue #270 )
2020-07-21 08:49:21 -07:00
daan
e6c7b778fb
update readme for v1.6.3
2020-05-05 10:45:10 -07:00
Daan
a801b8e7f1
Update readme with descriptions of secure and debug mode
2020-05-02 18:10:22 -07:00
daan
d102882bdf
bump version to 1.6.2
2020-04-20 17:59:13 -07:00
daan
ecdb2cd706
document NUMA nodes setting
2020-04-20 12:37:00 -07:00
daan
0a708fec7d
Merge branch 'master' into dev
2020-04-20 11:55:15 -07:00
Daan
cbebd4e15c
Add thank you notes
2020-04-20 11:37:59 -07:00
daan
b0150ba705
more notes on windows overriding
2020-04-20 09:56:55 -07:00
daan
8e584cf3d9
update readme to caution against using fork with huge/large OS pages ( #229 )
2020-04-20 09:50:35 -07:00
Daan
6e1ca96a49
Update readme.md
2020-02-17 10:19:29 -08:00
Daan
0a77b7423f
Update readme.md
2020-02-09 19:12:19 -08:00
daan
04f1c3b1e2
bump version to v1.6.0
2020-02-09 18:53:39 -08:00
daan
5ba87e56c9
update readme for 1.5 release
2020-02-09 18:32:09 -08:00
Daan
6a744a8549
Update readme.md
2020-01-22 18:16:40 -08:00