Aliasing two structs and having them be subtypes of an abstract type?
|
|
10
|
155
|
October 2, 2023
|
Enable all functions to work on element of new type
|
|
2
|
154
|
August 25, 2023
|
Cache Data Structure for Lazy Array
|
|
5
|
303
|
August 8, 2023
|
Type stability when looping over fields in a heterogenous data struct
|
|
8
|
288
|
July 17, 2023
|
Convert Packed Image Format into Planar Format without Dependency
|
|
7
|
190
|
July 3, 2023
|
WIOD database in Julia
|
|
3
|
165
|
June 25, 2023
|
Hard Disk storage solution for a (large) array of matrices
|
|
12
|
237
|
June 1, 2023
|
Storing collections of heterogeneous data
|
|
7
|
232
|
May 20, 2023
|
Implementing a Trie
|
|
6
|
294
|
May 19, 2023
|
How to create a list/vector/matrix of specified size, each value filled with -Inf or Inf?
|
|
2
|
147
|
April 28, 2023
|
Reading sequential fortran files with variable record length
|
|
3
|
206
|
April 21, 2023
|
Fastest sorted container (search) challenge, and new 2021 search algorithm
|
|
0
|
280
|
April 4, 2023
|
Creating Adjacency matrix from a DataFrame
|
|
6
|
231
|
March 21, 2023
|
PureFun.jl: implementations from Okasaki's *Purely Functional Data Structures*
|
|
7
|
1264
|
March 18, 2023
|
Thread Safe Data Structures
|
|
2
|
297
|
March 9, 2023
|
Flatten to a vector
|
|
26
|
11038
|
February 19, 2023
|
Using large NTuples makes Julia hang
|
|
23
|
1176
|
February 10, 2023
|
Is there a Symmetric Sparse Matrix Implementation in Julia?
|
|
2
|
541
|
December 7, 2022
|
Performance: Fast way to access numbers in Dataframes or alternatives
|
|
12
|
595
|
November 15, 2022
|
How do I code a simple linked list using DataStructures.jl
|
|
7
|
1339
|
October 23, 2022
|
Question about how to fix some efficient memory layout of large 1d-structures?
|
|
24
|
694
|
October 20, 2022
|
Doubly linked list with initial list and mutation
|
|
3
|
259
|
October 7, 2022
|
Multilevel DataFrame
|
|
8
|
439
|
September 6, 2022
|
Nested data structure with value by reference
|
|
0
|
255
|
August 2, 2022
|
Is there an interface to concatenate Dicts(or Set, OrderedDict etc.)?
|
|
4
|
260
|
July 21, 2022
|
What data structure do I need? (and is it implemented in Julia?)
|
|
5
|
420
|
June 7, 2022
|
Data structure for inserting and removing in the middle?
|
|
5
|
615
|
June 1, 2022
|
Fix parameter when passing to optimizer
|
|
25
|
1581
|
May 17, 2022
|
Struct with partial explicit constructs that init subset of fields
|
|
13
|
621
|
May 13, 2022
|
Requesting code review for a mutable struct and use of pointers. (53 lines of code)
|
|
2
|
387
|
May 12, 2022
|