An open API service indexing awesome lists of open source software.

https://github.com/oliverkovacs/primes

Simple prime sieve implemented in multiple languages
https://github.com/oliverkovacs/primes

Last synced: 3 months ago
JSON representation

Simple prime sieve implemented in multiple languages

Awesome Lists containing this project

README

        

# primes

Simple prime sieve implemented in multiple languages.

### C
```bash
make c
```

### C++
```bash
make cpp
```

### Julia
```bash
make julia
```

### JavaScript
```bash
make node
```
```bash
make deno
```

### TypeScript
```bash
make ts_node
```
```bash
make ts_deno
```

### Python
```bash
make python
```

### Rust
```bash
make rust
```