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
- Host: GitHub
- URL: https://github.com/oliverkovacs/primes
- Owner: OliverKovacs
- License: mit
- Created: 2022-01-08T23:56:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T23:57:06.000Z (over 3 years ago)
- Last Synced: 2025-01-22T08:33:20.681Z (5 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```