list() and dict() are separate objects. Their names need to be resolved, the stack has to be involved to push the arguments, the frame has to be stored to retrieve later, and a call has to be made. That all takes more time.
separate objects là hiểu như thế nào nhỉ? Phần sau em cũng chưa hiểu lắm.
còn đoạn này
Because [] and {} are literal syntax
mình hiểu là [] và {} là những cú pháp được định nghĩa sẵn được không.