Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in boxing
C# compiler + generic code with boxing + constraints
Jan 01, 2023
c#
generics
cil
boxing
unboxing
Is value type boxing when it is a field of reference type?
Dec 24, 2022
c#
.net
value-type
boxing
Getting an object from a dictionary of objects
Dec 17, 2022
c#
object
dictionary
boxing
Is there a way to measure boxing/unboxing penalties?
Dec 12, 2022
.net
performance
profiling
boxing
Why String.Concat returns 'True' instead of 'true' (the same with false)? [duplicate]
Dec 11, 2022
c#
.net
boxing
unboxing
What is the difference between ((IEnumerable)source).OfType<T>() and source as IEnumerable<T>
Dec 09, 2022
c#
linq
casting
ienumerable
boxing
How is Nullable<T> different from a similar custom C# struct?
Dec 09, 2022
c#
nullable
language-features
boxing
generic casting from object-boxed type
Dec 05, 2022
c#
generics
casting
boxing
unboxing
How to unbox elements contained in polymorphic vectors?
Dec 02, 2022
vector
rust
boxing
Scala cast to generic type
Dec 01, 2022
scala
casting
type-erasure
boxing
Explicit Boxing between does not work properly with Expression.Convert?
Oct 21, 2022
c#
expression-trees
boxing
Boilerplate-free Scala ArrayBuilder specialization
Oct 07, 2022
scala
jvm
boxing
specialization
Boxed nullable underlying type can be cast to enum but boxed enum type can't be cast to nullable type
Oct 04, 2022
c#
casting
enums
nullable
boxing
Is there a performance cost to autobox a primitive literal?
Sep 28, 2022
java
boxing
autoboxing
Changing a struct after boxing it
Jan 15, 2020
c#
boxing
Converting from Java primitive to wrapper classes
Aug 28, 2022
java
type-conversion
boxing
Does the JVM optimize unnecessary autoboxing?
Nov 15, 2022
java
optimization
jvm
boxing
autoboxing
Using generic in the interface
Oct 20, 2022
c#
generics
boxing
unboxing
Is converting this ArrayList to a Generic List efficient?
Sep 24, 2019
.net
generics
performance
arraylist
boxing
Boxing and Unboxing in String.Format(...) ... is the following rationalized?
Sep 19, 2022
c#
.net
boxing
Older Entries »