[Real world Ocaml] How do I import core_unix time?
|
|
1
|
117
|
January 15, 2025
|
JaneStreet's OCaml Core library's Hashtbl interfaces
|
|
16
|
462
|
September 28, 2024
|
Any benefit in using Async when reading a file?
|
|
1
|
276
|
August 31, 2024
|
Why does ppx_base 0.17 not support windows installation while 0.16 does?
|
|
4
|
170
|
July 4, 2024
|
Asking for the correct way to use Core module with functor and `sexp`
|
|
3
|
587
|
October 5, 2023
|
Where to find Heaps in Core?
|
|
2
|
1077
|
January 16, 2023
|
How to get access to `Map.Tree` in Core v0.15.0?
|
|
3
|
523
|
December 13, 2022
|
How to use Core.Command monadic operator cleanly (with many arguments function
|
|
10
|
1358
|
December 16, 2021
|
Jane Street packages: dropping support for 32-bit
|
|
23
|
3401
|
November 5, 2021
|
Goodbye Core_kernel
|
|
7
|
1940
|
August 31, 2021
|
Advantage of Int63 compared to Int64?
|
|
13
|
3267
|
March 16, 2021
|
Is Core Nano_mutex a replacement for Mutex from stdlib?
|
|
7
|
970
|
December 17, 2020
|
How to prevent incomming async_rpc's from delaying/starving high priority jobs
|
|
16
|
1188
|
November 2, 2020
|
Async writer, how do writes and fsync interleve
|
|
2
|
849
|
October 4, 2020
|
Async rpc: how to make a persistant rpc connection
|
|
2
|
1163
|
October 1, 2020
|
Core_kernel Comparator and polymorphism
|
|
4
|
735
|
July 31, 2020
|
In Core, how does the `compare` function (of keys) affect the performance of a hash table?
|
|
3
|
1209
|
May 1, 2020
|
Can't run example code from the chapter on concurrent programming from RWO
|
|
4
|
916
|
May 1, 2020
|
When did Core remove polymorphic comparison operators in recent OCaml?
|
|
6
|
2243
|
April 27, 2020
|
Functorial vs "comparator" container interfaces?
|
|
12
|
2321
|
April 16, 2020
|
Why is the Command module part of Core/Core_Kernel and not Base
|
|
2
|
800
|
February 3, 2020
|
Upcoming breaking change in Base/Core v0.14
|
|
2
|
1183
|
December 3, 2019
|
How to get code completion in spacemacs for OCaml Jane Street Core library?
|
|
5
|
1769
|
October 1, 2019
|
Destructive substitution: is it possible to replace a type constructor with a monomorphic type?
|
|
4
|
2784
|
July 30, 2019
|
Performance of `Printf.sprintf`
|
|
10
|
2388
|
June 17, 2019
|
How to specialize `Core.Map` to a `Map (K) (V)` functor?
|
|
4
|
1356
|
June 1, 2019
|
Should I prefer Core_kernel or Base's APIs where they differ?
|
|
2
|
933
|
May 15, 2019
|
Mapping over Writer.t
|
|
2
|
1006
|
February 8, 2019
|
7 years after: Is OCaml suitable to write networking servers?
|
|
26
|
15931
|
December 30, 2018
|
How to use a (recursive) Map as part of a Hashtbl key? (using Core)
|
|
0
|
913
|
December 16, 2018
|