-
Notifications
You must be signed in to change notification settings - Fork 0
c++ performance #18
Copy link
Copy link
Open
Labels
Description
joydo
opened on Nov 29, 2021
Issue body actions
- The time complexity of the libc++ deque push_front implementation is O(log n)
- https://1f604.blogspot.com/2021/11/the-libc-implementation-of-stl-deque.html
- https://news.ycombinator.com/item?id=29367910
- optimizing memset and memcpy
- https://twitter.com/nadavrot/status/1464364562409422852
Reactions are currently unavailable