Newbetuts
.
New posts in unsafe
C# 'unsafe' function — *(float*)(&result) vs. (float)(result)
c#
unsafe
type-punning
Should you use pointers (unsafe code) in C#?
c#
.net
pointers
coding-style
unsafe
Java 8 Unsafe: xxxFence() instructions
java
concurrency
java-8
unsafe
memory-fences
Error lnk2026: module unsafe for safeseh image
visual-c++
unsafe
True Unsafe Code Performance
c#
performance
unsafe
Rust, std::cell::Cell - get immutable reference to inner data
pointers
variables
rust
reference
unsafe
C# performance - Using unsafe pointers instead of IntPtr and Marshal
c#
c
pinvoke
marshalling
unsafe
Does it make any difference to use unsafe inside or outside a loop?
c#
unsafe
Where is sun.misc.Unsafe documented? [closed]
unsafe
java
Best way to extract strings from binary data in golang using unsafe
go
unsafe
When to use pointers in C#/.NET?
c#
.net
performance
pointers
unsafe
Temporarily transmute [u8] to [u16]
arrays
casting
rust
unsafe
What is an "internal address" in Java?
java
memory
hashcode
unsafe
low-level
What is the fastest way to convert a float[] to a byte[]?
c#
unsafe
How to get fixed buffer length?
c#
pointers
sizeof
fixed
unsafe
How do I get an owned value out of a `Box`?
rust
unsafe
Is there a way to get a reference address? [duplicate]
java
memory
jvm
unsafe
Why do I get the error "Unsafe code may only appear if compiling with /unsafe"?
c#
visual-studio-2008
windows-ce
unsafe
How can I use pointers in Java?
java
pointers
unsafe
Why does sun.misc.Unsafe exist, and how can it be used in the real world?
java
unsafe
Prev