PureFun.jl: implementations from Okasaki's *Purely Functional Data Structures*
|
|
1
|
668
|
December 18, 2022
|
Thread Safe Data Structures
|
|
0
|
94
|
December 9, 2022
|
Is there a Symmetric Sparse Matrix Implementation in Julia?
|
|
2
|
144
|
December 7, 2022
|
Performance: Fast way to access numbers in Dataframes or alternatives
|
|
12
|
309
|
November 15, 2022
|
How do I code a simple linked list using DataStructures.jl
|
|
7
|
660
|
October 23, 2022
|
Question about how to fix some efficient memory layout of large 1d-structures?
|
|
24
|
475
|
October 20, 2022
|
Doubly linked list with initial list and mutation
|
|
3
|
97
|
October 7, 2022
|
Multilevel DataFrame
|
|
8
|
274
|
September 6, 2022
|
Nested data structure with value by reference
|
|
0
|
149
|
August 2, 2022
|
Is there an interface to concatenate Dicts(or Set, OrderedDict etc.)?
|
|
4
|
156
|
July 21, 2022
|
What data structure do I need? (and is it implemented in Julia?)
|
|
5
|
307
|
June 7, 2022
|
Data structure for inserting and removing in the middle?
|
|
5
|
285
|
June 1, 2022
|
Fix parameter when passing to optimizer
|
|
25
|
1089
|
May 17, 2022
|
Struct with partial explicit constructs that init subset of fields
|
|
13
|
331
|
May 13, 2022
|
Requesting code review for a mutable struct and use of pointers. (53 lines of code)
|
|
2
|
287
|
May 12, 2022
|
Frustrated using DataFrames
|
|
97
|
6061
|
April 22, 2022
|
Using large NTuples makes Julia hang
|
|
22
|
772
|
April 5, 2022
|
Join / Append dataLoaders structures
|
|
3
|
210
|
April 2, 2022
|
Unexpected error using PriorityQueue
|
|
2
|
275
|
March 22, 2022
|
Is there a good implementation of a BiDict (invertable Dict)
|
|
2
|
339
|
February 20, 2022
|
Replacing one value in a large csv of floats with a string
|
|
1
|
183
|
February 11, 2022
|
Generic and flexible array-of-struct to struct-of-array conversions
|
|
6
|
302
|
December 21, 2021
|
Reimagining C++ project in Julia: arrays and structs vs data frames
|
|
23
|
1523
|
December 5, 2021
|
How to avoid allocations in recursive data structures
|
|
3
|
280
|
November 11, 2021
|
'BinaryMaxHeap' of tuples ordered on second element?
|
|
0
|
205
|
October 27, 2021
|
Datastructure for lazy evalulation
|
|
0
|
224
|
October 25, 2020
|
Determining dimension of array via position of "for" and "," in list comprehension
|
|
5
|
418
|
October 20, 2021
|
Struct: access only one element from it
|
|
7
|
629
|
October 1, 2021
|
Transform counts to binary variable in DataFrame
|
|
5
|
318
|
October 1, 2021
|
Fastest data structure for a priority queue
|
|
23
|
2002
|
September 24, 2021
|