Skip to content

Commit dd0ed89

Browse files
committed
docs
1 parent 131f209 commit dd0ed89

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,7 @@ public class Main {
373373
- More complete set of operations on strings, numbers, arrays, hashes, lists
374374
- More special variables
375375
- More tests and various bug fixes
376-
377-
### Upcoming Milestones
378-
379376
- **v1.6.0**: Module System and Standard Library Enhancements
380-
- Planned release date: 2024-12-10
381377
- Module system for improved code organization and reuse
382378
- Core Perl module operators: `do FILE`, `require`, `caller`, `use`, `no`
383379
- Module special subroutines: `import`, `unimport`
@@ -386,7 +382,10 @@ public class Main {
386382
- Standard library ported modules: `Data::Dumper`, `Symbol`, `strict`
387383
- Expanded documentation and usage examples
388384
385+
### Upcoming Milestones
386+
389387
- **v1.7.0**: Performance Improvements
388+
- Planned release date: 2024-12-10
390389
- Focus on optimizing the execution engine for better performance.
391390
- Improve error handling and debugging tools to make development easier.
392391
@@ -423,12 +422,12 @@ These benchmarks provide an order-of-magnitude comparison with Perl:
423422
424423
Notes:
425424
- v1.2.0 through v1.4.0: No significant performance changes.
426-
- Module compilation benchmark: Repeatedly loading `Data::Dumper` (80 times).
425+
- Script `life.pl` run without `sleep` between iterations.
426+
- Module compilation benchmark: Repeatedly loading `Data::Dumper`:
427427
428-
Perl equivalent for module compilation benchmark:
429-
```perl
430-
perl -Ilib -e 'for (1..80) { eval "use Data::Dumper;"; delete $INC{"Data/Dumper.pm"}; }'
431-
```
428+
```perl
429+
perl -Ilib -e 'for (1..80) { eval "use Data::Dumper;"; delete $INC{"Data/Dumper.pm"}; }'
430+
```
432431
433432
## License
434433

0 commit comments

Comments
 (0)