MRC-CSO-SPHSU / LoneParentsModel.jl

An initial implementation of an ABM for social and child care
0 stars 4 forks source link

Julia 1.8.1 new features #85

Closed AtiyahElsheikh closed 2 years ago

AtiyahElsheikh commented 2 years ago

In the context of issue #79 , I thought to experiment with Julia new features, particularly declaring some fields to mutable struct to be const. It did not improve the performance in this case, but it is a nice feature. Another feature is the ability to declare global types.

Let me know if nothing against to use this feature

p.s. May be you know the UpdateJulia package

mhinsch commented 2 years ago

Fine with me, I wanted to switch to 1.8 anyway.