Taewoo An
Taewoo An
+ 하면서 Criterion을 대체할 가벼운 멀티 쓰레딩 벤치마크 라이브러리도 작성해야 할 듯... M1 Ultra에서 너무 overhead가 큰 거 같다.
- https://ldhulipala.github.io/readings/split_ordered_lists.pdf - https://lrita.github.io/images/posts/datastructure/Dynamic-Sized-Nonblocking-Hash-Tables.pdf - https://www.sjalander.com/research/mcc2016/MCC2016_paper_17.pdf
HashMap은 Tree와는 달리 rebalance가 전혀 필요없기 때문에, 간단하게 Lock-Free로까지 만들어볼 수 있는 모양인 거 같다. 일단, 개략적으로 생각해둔 것은 hash key의 크기는 u64로 하고 key collision시에는 일단 cuckoo hashmap?처럼 만들어볼까...
일단은 concurrent list 구현해서 써먹는게 간단하고 적당히 효율적일 거 같긴 하네.
Could you try API with `http://`? I found that Postman adds `Secure` cookies on header even on `http://` request, but bruno strictly handles it. If trying API with `http://` with...
Actually, I experienced like this on `https` server(maybe supports auto-upgrade to https from http): Postman: If I send request on http, `SECURE` cookie can be sent. Bruno: If I send...