Performance of Dictionaries.jl vs Base.Dict
|
|
32
|
3049
|
December 13, 2024
|
Should Dict avoid GC allocations for isbits key/value types?
|
|
3
|
184
|
December 10, 2024
|
In what case `x===y` and `objectid(x) == objectid(y)` are not interchangable?
|
|
3
|
103
|
November 29, 2024
|
`IdDict{UInt64, Float64}` is much slower than `Dict{UInt64, Float64}` for retrieving values
|
|
2
|
93
|
November 27, 2024
|
Compare data from two dataframes
|
|
3
|
77
|
August 17, 2024
|
Why does `show` for arrays and dictionaries ignore `:compact`?
|
|
6
|
186
|
August 14, 2024
|
How do I sort a dictionary by its keys?
|
|
10
|
8979
|
July 28, 2024
|
How to create a struct from a dict
|
|
7
|
159
|
July 27, 2024
|
Parallel accumulation over large dictionary
|
|
2
|
119
|
June 27, 2024
|
Declare tuple type of arbitrary length
|
|
0
|
142
|
June 4, 2024
|
Merge Dictionaries with values of type Vector
|
|
3
|
126
|
May 25, 2024
|
Replacing components with indices
|
|
12
|
365
|
April 25, 2024
|
Basic question about type invariance
|
|
4
|
310
|
April 8, 2024
|
Have an strange error creating optimization subproblems on Julia
|
|
5
|
295
|
April 9, 2024
|
HDF5 high-level wrapper for nested Dicts
|
|
3
|
370
|
March 14, 2024
|
Reorder dictionary keys
|
|
8
|
466
|
March 13, 2024
|
`mergewith` issue with `Unitful`
|
|
9
|
248
|
March 3, 2024
|
Updating values in a dictionary with a minimum of lookups
|
|
2
|
295
|
February 21, 2024
|
Dictionary lookup errors when the struct contains empty vectors
|
|
6
|
257
|
February 9, 2024
|
Select a dictionary in a vector based on a specific entry value
|
|
4
|
360
|
February 9, 2024
|
Use Dict to store tree with uninitialized tree nodes
|
|
4
|
262
|
February 8, 2024
|
[ANN] RecursiveDicts.jl
|
|
0
|
301
|
February 6, 2024
|
Dictionaries for StaticCompiler?
|
|
1
|
302
|
January 10, 2024
|
`SymPy.Sym`s as keys in Dicts
|
|
5
|
411
|
December 27, 2023
|
Converting a Vector{Vector{String}} to Dict{String, String}
|
|
6
|
336
|
December 18, 2023
|
Should custom hash functions distinguish types?
|
|
2
|
195
|
December 1, 2023
|
Trouble defining hash/isequal for an interval type
|
|
7
|
494
|
November 26, 2023
|
Dictionary with custom hash function
|
|
7
|
2448
|
November 23, 2023
|
Dictionary with keywargs not working
|
|
4
|
306
|
July 11, 2023
|
Broadcast over struct fields?
|
|
12
|
761
|
July 10, 2023
|