Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@sixfold/fast-postgres-date-parser
Advanced tools
A drop in for 'postgres-date' package that is few times faster.
yarn install @sixfold/fast-postgres-date-parser
import { types } from 'pg';
import { parsePostgresTimestamp} from '@sixfold/fast-postgres-date-parser';
types.setTypeParser(types.builtins.TIMESTAMPTZ, parsePostgresTimestamp);
types.setTypeParser(types.builtins.TIMESTAMP, parsePostgresTimestamp);
The project also contains a benchmark, you can run with yarn benchmark
Latest benchmark against postgres-date@2.0.0
postgres-date:
1 309 014 ops/s, ±0.88% | slowest, 62.11% slower
faster-date-parser:
3 455 121 ops/s, ±2.20% | fastest
FAQs
faster implementation of postgres date parser
We found that @sixfold/fast-postgres-date-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 52 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.