[Real world Ocaml] How do I import core_unix time?
|
|
1
|
165
|
January 15, 2025
|
JaneStreet's OCaml Core library's Hashtbl interfaces
|
|
16
|
507
|
September 28, 2024
|
Any benefit in using Async when reading a file?
|
|
1
|
286
|
August 31, 2024
|
Why does ppx_base 0.17 not support windows installation while 0.16 does?
|
|
4
|
176
|
July 4, 2024
|
Asking for the correct way to use Core module with functor and `sexp`
|
|
3
|
593
|
October 5, 2023
|
Where to find Heaps in Core?
|
|
2
|
1136
|
January 16, 2023
|
How to get access to `Map.Tree` in Core v0.15.0?
|
|
3
|
524
|
December 13, 2022
|
How to use Core.Command monadic operator cleanly (with many arguments function
|
|
10
|
1369
|
December 16, 2021
|
Jane Street packages: dropping support for 32-bit
|
|
23
|
3411
|
November 5, 2021
|
Goodbye Core_kernel
|
|
7
|
1964
|
August 31, 2021
|
Advantage of Int63 compared to Int64?
|
|
13
|
3321
|
March 16, 2021
|
Is Core Nano_mutex a replacement for Mutex from stdlib?
|
|
7
|
972
|
December 17, 2020
|
How to prevent incomming async_rpc's from delaying/starving high priority jobs
|
|
16
|
1191
|
November 2, 2020
|
Async writer, how do writes and fsync interleve
|
|
2
|
850
|
October 4, 2020
|
Async rpc: how to make a persistant rpc connection
|
|
2
|
1173
|
October 1, 2020
|
Core_kernel Comparator and polymorphism
|
|
4
|
736
|
July 31, 2020
|
In Core, how does the `compare` function (of keys) affect the performance of a hash table?
|
|
3
|
1213
|
May 1, 2020
|
Can't run example code from the chapter on concurrent programming from RWO
|
|
4
|
919
|
May 1, 2020
|
When did Core remove polymorphic comparison operators in recent OCaml?
|
|
6
|
2266
|
April 27, 2020
|
Functorial vs "comparator" container interfaces?
|
|
12
|
2331
|
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
|
1184
|
December 3, 2019
|
How to get code completion in spacemacs for OCaml Jane Street Core library?
|
|
5
|
1781
|
October 1, 2019
|
Destructive substitution: is it possible to replace a type constructor with a monomorphic type?
|
|
4
|
2789
|
July 30, 2019
|
Performance of `Printf.sprintf`
|
|
10
|
2398
|
June 17, 2019
|
How to specialize `Core.Map` to a `Map (K) (V)` functor?
|
|
4
|
1357
|
June 1, 2019
|
Should I prefer Core_kernel or Base's APIs where they differ?
|
|
2
|
935
|
May 15, 2019
|
Mapping over Writer.t
|
|
2
|
1006
|
February 8, 2019
|
7 years after: Is OCaml suitable to write networking servers?
|
|
26
|
15996
|
December 30, 2018
|
How to use a (recursive) Map as part of a Hashtbl key? (using Core)
|
|
0
|
914
|
December 16, 2018
|