Julia Programming Language
How Can I Create Permanently-Stored Lookup Tables?
General Usage
question
lmiq
April 21, 2021, 9:20pm
2
Use a functor:
Ps: of course you can read the tables into arrays, using CSV.jl
3 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
How to make a function store data to avoid repeating computation
General Usage
question
,
functions
,
style
,
memoize
45
1783
October 17, 2022
How to define a function that remembers values?
General Usage
question
5
1377
October 26, 2017
Precompute some values of a function
Performance
question
,
memoize
7
636
June 1, 2022
How to save recursive functions in julia
General Usage
recursion
1
353
July 1, 2022
Persistant arrays (or parameters) to avoid re-allocation
General Usage
4
742
May 12, 2021