-
Notifications
You must be signed in to change notification settings - Fork 371
2020 02 17 Open NEST Developer Video Conference
terhorstd edited this page Feb 17, 2020
·
4 revisions
-
Welcome
-
Special topics
-
missing spikes news
vector<bool>
is not implemented as vector, but as bit-sets. Threaded access to containers is handled different forvector<>
s and bit-sets. latter not being handled right. -
libRandom news
switch to C++ RNGs was prepared in the last weeks
-
different compilers use different library implementations leading to different random numbers
- option 1: continue using libGSL
- option 2: boost library
we do not want to bind nest too much to external libraries, but boost as well as libGSL are sufficiently standard to be accepted as dependency.
DECISION: do performance checks and use one as hard dependency.
-
-
missing spikes news
-
Review of NEST User Mailing List
- all mails handled
-
Review of open Github Pull Request
- postponed
-
Review of open Github Issues
- discussed new issues
-
Any other business
NEST Homepage: www.nest-simulator.org
NEST Initiative: www.nest-initiative.org