# 1. Table 格式
会生成7个table,每个table包含2^K个entry,现在K取值20,所以每个table有1M个entry;每个entry的格式如下:
```rust
pub(super) enum Table
where
EvaluatableUsize: Sized,
{
/// First table with contents of entries split into separate vector...
原文链接:[https://noxx.substack.com/p/evm-deep-dives-the-path-to-shadowy-d6b?s=r](https://noxx.substack.com/p/evm-deep-dives-the-path-to-shadowy-d6b?s=r)
本系列的第二篇文章,我们会继续学习基础知识,以期成为“shadowy super coder”。如果没看过本系列的[第...