Skip to content

Commit

Permalink
Added the new Rust "safe mem::forget" (a.k.a. "swap_forget") to the s…
Browse files Browse the repository at this point in the history
…coreboard (#52)
  • Loading branch information
frol committed May 18, 2018
1 parent c5e9205 commit 2f445fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ execution time of the whole program.
| Object Pascal "raw pointers" | 0.369 | x2.1 | 0.38 | **0.028 (static)** | FPC 3.0.4 |
| Object Pascal "no-heap-cheating" | 0.327 | x1.8 | 8 | 0.027 (static) | FPC 3.0.4 |
| Rust "unsafe pointers" | 0.217 | x1.22 | 0.5 | 0.427 | Rustc 1.26.0 |
| Rust "safe mem::forget" | 0.239 | x1.34 | 0.5 | 0.427 | Rustc 1.26.0 |


#### Mac OS (Mac OS 10.13, Intel Core i7-4770HQ CPU)
Expand Down

0 comments on commit 2f445fb

Please # to comment.