# Performance

Palisade uses a **native Rust core** to handle massive models efficiently without OOM errors. It employs smart streaming and memory mapping to validate models larger than available RAM.

<table><thead><tr><th>Model Size</th><th>Format</th><th>Scan Time</th><th>Memory Usage</th><th data-type="number">Validators</th></tr></thead><tbody><tr><td>511.38 MB (250M)</td><td>SafeTensors</td><td>3.7 s</td><td>115.4 MB</td><td>13</td></tr><tr><td>2.09 GB</td><td>SafeTensors</td><td>14.3 s</td><td>115.4 MB</td><td>13</td></tr><tr><td>3.8 GB (7B Q4_K_M)</td><td>GGUF</td><td>29.4 s</td><td>140 MB</td><td>11</td></tr><tr><td>9.4 GB</td><td>SafeTensors</td><td>74.3 s</td><td>119.4 MB</td><td>13</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.highflame.ai/red-teaming/model-supply-chain-scan/performance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
